From 7e564896fcc41c2b1a6bd5c86ebebab0de7ea5f9 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Sat, 30 Apr 2016 17:48:37 +0200 Subject: Added an option to add "anonymous" headings to the table of contents (currently Markdown only). --- Doxyfile | 1 + src/config.xml | 10 ++++++++++ src/markdown.cpp | 16 ++++++++++++---- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 325a875..82a57b7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -35,6 +35,7 @@ OPTIMIZE_FOR_FORTRAN = NO OPTIMIZE_OUTPUT_VHDL = NO EXTENSION_MAPPING = MARKDOWN_SUPPORT = YES +TOC_INCLUDE_HEADINGS = AUTOLINK_SUPPORT = YES BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = NO diff --git a/src/config.xml b/src/config.xml index 0aa8fda..69b13ec 100644 --- a/src/config.xml +++ b/src/config.xml @@ -617,6 +617,16 @@ Go to the next section or return to the ]]> +