From 6735bd9d361b2eaade63368138c89d9cf334b40b Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 3 Jan 2017 11:15:19 +0300 Subject: [PATCH] Disabled markdown support because it corrupts the doc --- doxygen/cds.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index 509da730..297ca0dc 100644 --- a/doxygen/cds.doxy +++ b/doxygen/cds.doxy @@ -69,7 +69,7 @@ OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES -MARKDOWN_SUPPORT = YES +MARKDOWN_SUPPORT = NO # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. -- 2.34.1