From 747be883cd747ba8556e887c3608c5a3aa6d608e Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Sun, 27 Apr 2014 03:16:48 -0700 Subject: [PATCH] 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`. --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 31988f5e..bcd05e03 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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