|
|
@@ -58,7 +58,7 @@ PROJECT_LOGO =
|
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
|
# left blank the current directory will be used.
|
|
|
|
|
|
-OUTPUT_DIRECTORY = docs/
|
|
|
+OUTPUT_DIRECTORY = docs/output
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
|
|
# directories (in 2 levels) under the output directory of each output format and
|
|
|
@@ -1035,7 +1035,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 = reference
|
|
|
|
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
|
|
# generated HTML page (for example: .htm, .php, .asp).
|
|
|
@@ -1062,7 +1062,7 @@ HTML_FILE_EXTENSION = .html
|
|
|
# of the possible markers and block names see the documentation.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_HEADER = docs/header.html
|
|
|
+HTML_HEADER = docs/doxygen/header.html
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard
|
|
|
@@ -1072,7 +1072,7 @@ HTML_HEADER = docs/header.html
|
|
|
# that doxygen normally uses.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_FOOTER = docs/footer.html
|
|
|
+HTML_FOOTER = docs/doxygen/footer.html
|
|
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
|
|
@@ -1097,7 +1097,7 @@ HTML_STYLESHEET =
|
|
|
# list). For an example see the documentation.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_EXTRA_STYLESHEET = docs/stylesheet.css
|
|
|
+HTML_EXTRA_STYLESHEET = docs/doxygen/stylesheet.css
|
|
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
|
# other source files which should be copied to the HTML output directory. Note
|