Skip to content

Commit 800f0f1

Browse files
committed
[docs] Apply previous sphinx fix to its actual source
This clang-format documentation file is auto-generated from Format.h, so the fix should be applied there, or else it will be overwritten whenever Format.h is modified and that file is regenerated.
1 parent d3b5634 commit 800f0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2501,7 +2501,7 @@ struct FormatStyle {
25012501
/// \endcode
25022502
struct IntegerLiteralSeparatorStyle {
25032503
/// Format separators in binary literals.
2504-
/// \code
2504+
/// \code{.text}
25052505
/// -1: 0b100111101101
25062506
/// 0: 0b10011'11'0110'1
25072507
/// 3: 0b100'111'101'101

0 commit comments

Comments
 (0)