Allow Markdown formatting in Doxygen comments
authorJonathan Wakely <jwakely@redhat.com>
Thu, 2 May 2019 15:46:46 +0000 (16:46 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 2 May 2019 15:46:46 +0000 (16:46 +0100)
* doc/doxygen/user.cfg.in: Set MARKDOWN_SUPPORT=YES.

From-SVN: r270813

libstdc++-v3/ChangeLog
libstdc++-v3/doc/doxygen/user.cfg.in

index 8c4bee2..e56c4f0 100644 (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.
index c0b45b2..4ac5a0e 100644 (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