We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be37993 + 2ed089f commit 5d86325Copy full SHA for 5d86325
clang/docs/ClangFormatStyleOptions.rst
@@ -6992,7 +6992,7 @@ the configuration (without a prefix: ``Auto``).
6992
.. code-block:: c++
6993
6994
namespace N1 {
6995
- namespace N2
+ namespace N2 {
6996
function();
6997
}
6998
clang/include/clang/Format/Format.h
@@ -5275,7 +5275,7 @@ struct FormatStyle {
5275
/// Remove all empty lines at the beginning and the end of namespace body.
5276
/// \code
5277
/// namespace N1 {
5278
- /// namespace N2
+ /// namespace N2 {
5279
/// function();
5280
/// }
5281
0 commit comments