Skip to content

Commit 9f12627

Browse files
authoredApr 18, 2021
Merge pull request #10 from QuasarApp/task_9
Doxygen settings change
2 parents 39dc6e3 + 408b272 commit 9f12627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doxygen.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ GENERATE_HTML = YES
11311131
# The default directory is: html.
11321132
# This tag requires that the tag GENERATE_HTML is set to YES.
11331133

1134-
HTML_OUTPUT = html
1134+
HTML_OUTPUT = .
11351135

11361136
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
11371137
# generated HTML page (for example: .htm, .php, .asp).
@@ -1479,7 +1479,7 @@ DISABLE_INDEX = NO
14791479
# The default value is: NO.
14801480
# This tag requires that the tag GENERATE_HTML is set to YES.
14811481

1482-
GENERATE_TREEVIEW = NO
1482+
GENERATE_TREEVIEW = YES
14831483

14841484
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
14851485
# doxygen will group on one line in the generated HTML documentation.

0 commit comments

Comments
 (0)
Please sign in to comment.