Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Sun, 27 Apr 2014 10:16:48 UTC Commit: 747be883cd747ba8556e887c3608c5a3aa6d608e https://github.com/geany/geany/commit/747be883cd747ba8556e887c3608c5a3aa6d60...
Log Message: ----------- Re-enable Markdown support now that major bugs are fixed
I went through each link from the API docs and everything seems fine since the extra leading whitespaces were removed in commits `edaa6f713f1b8e037a56652da15032aac56e2227` and `67ae7707364ecc09da8675803b48575d61b82fcf`.
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 = NO +MARKDOWN_SUPPORT = YES
# 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).