From fc6d2ccd4ae5590a5bd11a6973afef62d1b3fe1f Mon Sep 17 00:00:00 2001 From: Uldis Locans Date: Thu, 10 Aug 2017 15:50:25 +0200 Subject: [PATCH] update doxygen HTML output --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 86786fb..16353e4 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1177,7 +1177,7 @@ HTML_TIMESTAMP = YES # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_DYNAMIC_SECTIONS = NO +HTML_DYNAMIC_SECTIONS = YES # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries # shown in the various tree structured indices initially; the user can expand @@ -1405,7 +1405,7 @@ DISABLE_INDEX = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # doxygen will group on one line in the generated HTML documentation.