From 1362206e8ad3ec70603d4cdb78d1d4c7b9cb0528 Mon Sep 17 00:00:00 2001 From: sstwcw Date: Tue, 5 Sep 2023 03:39:24 +0000 Subject: [PATCH] [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 ddc80637ccbc. How careless I was that the same patch broke the build twice. --- clang/docs/ClangFormatStyleOptions.rst | 1 + clang/include/clang/Format/Format.h | 1 + 2 files changed, 2 insertions(+) diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 5716930f7ea660..df27f6166d3710 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -2747,6 +2747,7 @@ the configuration (without a prefix: ``Auto``). false: var x = "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString"; + C# and JavaScript interpolated strings are not broken. In Verilog: diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index 58045f76b045cb..3b30ee9b44e759 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -2032,6 +2032,7 @@ struct FormatStyle { /// var x = /// "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString"; /// \endcode + /// /// C# and JavaScript interpolated strings are not broken. /// /// In Verilog: