From 41a1d77dce1992f7c8a24e3847672abb8c3d34af Mon Sep 17 00:00:00 2001 From: Oleg-designer Date: Sat, 17 Apr 2021 15:40:14 +0300 Subject: [PATCH] ref #7 doxygen settings change --- doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen.conf b/doxygen.conf index d907dae..ba687b1 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -1130,7 +1130,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = html +HTML_OUTPUT = . # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). @@ -1478,7 +1478,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.