Allow Markdown formatting in Doxygen comments

* doc/doxygen/user.cfg.in: Set MARKDOWN_SUPPORT=YES.

From-SVN: r270813
This commit is contained in:
Jonathan Wakely 2019-05-02 16:46:46 +01:00 committed by Jonathan Wakely
parent 725708ab75
commit 50d5fcf5e2
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2019-05-02 Jonathan Wakely <jwakely@redhat.com>
* doc/doxygen/user.cfg.in: Set MARKDOWN_SUPPORT=YES.
* include/bits/unique_lock.h: Fix/improve doxygen markup.
* include/std/mutex: Likewise.
* include/std/shared_mutex: Likewise.

View File

@ -297,7 +297,7 @@ EXTENSION_MAPPING = no_extension=C++ \
# case of backward compatibilities issues.
# The default value is: YES.
MARKDOWN_SUPPORT = NO
MARKDOWN_SUPPORT = YES
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
# to that level are automatically included in the table of contents, even if