aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-07-27 16:52:33 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2023-07-28 13:37:56 +0000
commit40f6ea107f5dd829d69384ea71349771a804a1e1 (patch)
treed5d12a293119af6b3f9334afd4cd39ae80fc4e51 /docs/Doxyfile
parent39085f76e7a028d732c1ccdd07dcaa5d46e5ffb6 (diff)
downloadarmnn-40f6ea107f5dd829d69384ea71349771a804a1e1.tar.gz
Customize Doxygen output
* Generate new header.html for version 1.8.17 * Generate new stylesheet.css Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I7570789cb9ab324bbd385e839b1acca828c2403b
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index c58cfeaa55..e7e7457d9e 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1180,7 +1180,7 @@ HTML_FILE_EXTENSION = .xhtml
# 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.xhtml
+HTML_HEADER = ./docs/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
@@ -1215,7 +1215,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/customdoxygen.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