summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index e68611e..f07921b 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -731,7 +731,7 @@ FILE_VERSION_FILTER =
731# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE 731# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
732# tag is left empty. 732# tag is left empty.
733 733
734LAYOUT_FILE = 734LAYOUT_FILE = docs/doxygen/layout.xml
735 735
736# The CITE_BIB_FILES tag can be used to specify one or more bib files containing 736# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
737# the reference definitions. This must be a list of .bib files. The .bib 737# the reference definitions. This must be a list of .bib files. The .bib
@@ -1126,7 +1126,7 @@ HTML_FILE_EXTENSION = .html
1126# of the possible markers and block names see the documentation. 1126# of the possible markers and block names see the documentation.
1127# This tag requires that the tag GENERATE_HTML is set to YES. 1127# This tag requires that the tag GENERATE_HTML is set to YES.
1128 1128
1129HTML_HEADER = 1129HTML_HEADER = docs/doxygen/header.html
1130 1130
1131# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1131# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1132# generated HTML page. If the tag is left blank doxygen will generate a standard 1132# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1136,7 +1136,7 @@ HTML_HEADER =
1136# that doxygen normally uses. 1136# that doxygen normally uses.
1137# This tag requires that the tag GENERATE_HTML is set to YES. 1137# This tag requires that the tag GENERATE_HTML is set to YES.
1138 1138
1139HTML_FOOTER = 1139HTML_FOOTER = docs/doxygen/footer.html
1140 1140
1141# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style 1141# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1142# sheet that is used by each HTML page. It can be used to fine-tune the look of 1142# sheet that is used by each HTML page. It can be used to fine-tune the look of