File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,15 @@ here. Generic improvements to Clang as a whole or to its underlying
150
150
infrastructure are described first, followed by language-specific
151
151
sections with improvements to Clang's support for those languages.
152
152
153
+ - The ``\par `` documentation comment command now supports an optional
154
+ argument, which denotes the header of the paragraph started by
155
+ an instance of the ``\par `` command comment. The implementation
156
+ of the argument handling matches its semantics
157
+ `in Doxygen <https://www.doxygen.nl/manual/commands.html#cmdpar> `.
158
+ Namely, any text on the same line as the ``\par `` command will become
159
+ a header for the paragaph, and if there is no text then the command
160
+ will start a new paragraph.
161
+
153
162
C++ Language Changes
154
163
--------------------
155
164
- C++17 support is now completed, with the enablement of the
You can’t perform that action at this time.
0 commit comments