Skip to content

Commit 7db1807

Browse files
committed
Add release notes blurb for \par command comment arg support
1 parent caba5c3 commit 7db1807

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ here. Generic improvements to Clang as a whole or to its underlying
150150
infrastructure are described first, followed by language-specific
151151
sections with improvements to Clang's support for those languages.
152152

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+
153162
C++ Language Changes
154163
--------------------
155164
- C++17 support is now completed, with the enablement of the

0 commit comments

Comments
 (0)