Skip to content

Commit 68e8c24

Browse files
committed
Better output directory handling in doxygen
1 parent ce36a08 commit 68e8c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO = Documentation/img/logo.png
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY =
61+
OUTPUT_DIRECTORY = Documentation
6262

6363
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -1008,7 +1008,7 @@ GENERATE_HTML = YES
10081008
# The default directory is: html.
10091009
# This tag requires that the tag GENERATE_HTML is set to YES.
10101010

1011-
HTML_OUTPUT = Documentation/html
1011+
HTML_OUTPUT = html
10121012

10131013
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10141014
# generated HTML page (for example: .htm, .php, .asp).

0 commit comments

Comments
 (0)