Skip to content

Commit 1362206

Browse files
committed
[clang-format][doc] Fix the doc format
There has to be a blank line after a code block. Otherwise the HTML docs can't be built. The problem was brought in by ddc8063. How careless I was that the same patch broke the build twice.
1 parent 082c5d7 commit 1362206

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,6 +2747,7 @@ the configuration (without a prefix: ``Auto``).
27472747
false:
27482748
var x =
27492749
"veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString";
2750+
27502751
C# and JavaScript interpolated strings are not broken.
27512752

27522753
In Verilog:

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,6 +2032,7 @@ struct FormatStyle {
20322032
/// var x =
20332033
/// "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString";
20342034
/// \endcode
2035+
///
20352036
/// C# and JavaScript interpolated strings are not broken.
20362037
///
20372038
/// In Verilog:

0 commit comments

Comments
 (0)