Skip to content

Commit

Permalink
[clang-format][doc] Fix the doc format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sstwcw committed Sep 5, 2023
1 parent 082c5d7 commit 1362206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/docs/ClangFormatStyleOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2747,6 +2747,7 @@ the configuration (without a prefix: ``Auto``).
false:
var x =
"veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString";

C# and JavaScript interpolated strings are not broken.

In Verilog:
Expand Down
1 change: 1 addition & 0 deletions clang/include/clang/Format/Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -2032,6 +2032,7 @@ struct FormatStyle {
/// var x =
/// "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString";
/// \endcode
///
/// C# and JavaScript interpolated strings are not broken.
///
/// In Verilog:
Expand Down

0 comments on commit 1362206

Please sign in to comment.