feat(documentation): added header template for doxygen
This commit is contained in:
parent
1f5fea9565
commit
46366f2e6f
2 changed files with 80 additions and 2 deletions
4
Doxyfile
4
Doxyfile
|
|
@ -1353,7 +1353,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 =
|
||||
HTML_HEADER = documentation/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
|
||||
|
|
@ -1403,7 +1403,7 @@ HTML_EXTRA_STYLESHEET = documentation/doxygen-awesome-css/doxygen-awesome.css
|
|||
# files will be copied as-is; there are no commands or markers available.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_FILES =
|
||||
HTML_EXTRA_FILES = documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
|
||||
|
||||
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
|
||||
# should be rendered with a dark or light theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue