Skip to content
Snippets Groups Projects
Commit 78ee4be8 authored by Alexander Kornienko's avatar Alexander Kornienko
Browse files

Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262138 91177308-0d34-0410-b5e6-96231b3b80d8
parent 6d35920b
No related branches found
No related tags found
No related merge requests found
...@@ -671,7 +671,7 @@ the configuration (without a prefix: ``Auto``). ...@@ -671,7 +671,7 @@ the configuration (without a prefix: ``Auto``).
The number of spaces before trailing line comments The number of spaces before trailing line comments
(``//`` - comments). (``//`` - comments).
This does not affect trailing block comments (``/**/`` - comments) as This does not affect trailing block comments (``/*`` - comments) as
those commonly have different usage patterns and a number of special those commonly have different usage patterns and a number of special
cases. cases.
......
...@@ -541,7 +541,7 @@ struct FormatStyle { ...@@ -541,7 +541,7 @@ struct FormatStyle {
/// \brief The number of spaces before trailing line comments /// \brief The number of spaces before trailing line comments
/// (``//`` - comments). /// (``//`` - comments).
/// ///
/// This does not affect trailing block comments (``/**/`` - comments) as /// This does not affect trailing block comments (``/*`` - comments) as
/// those commonly have different usage patterns and a number of special /// those commonly have different usage patterns and a number of special
/// cases. /// cases.
unsigned SpacesBeforeTrailingComments; unsigned SpacesBeforeTrailingComments;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment