[geany/geany] 82f556: Disable Markdown support in our Doxyfile

Colomban Wendling git-noreply at xxxxx
Sun Apr 27 02:05:07 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 27 Apr 2014 02:05:07 UTC
Commit:      82f556d2a5e1962605cc9df357e51443395f176c
             https://github.com/geany/geany/commit/82f556d2a5e1962605cc9df357e51443395f176c

Log Message:
-----------
Disable Markdown support in our Doxyfile

At least the "Plugin Writing Guidelines" and "Plugin HowTo" sections
are displaying undesirable side effects of Markdown support, so disable
it at least for now.


Modified Paths:
--------------
    doc/Doxyfile.in

Modified: doc/Doxyfile.in
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -265,7 +265,7 @@ EXTENSION_MAPPING      =
 # can mix doxygen, HTML, and XML commands with Markdown formatting.
 # Disable only in case of backward compatibilities issues.
 
-MARKDOWN_SUPPORT       = YES
+MARKDOWN_SUPPORT       = NO
 
 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
 # to include (a tag file for) the STL sources as input, then you should



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list