Started work on further customisation of Doxygen formatting.
This commit is contained in:
parent
0a22222042
commit
c1408090c1
3 changed files with 2048 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -55,3 +55,5 @@ post-scarcity.kdev4
|
|||
\.zig-cache/
|
||||
sq/
|
||||
tmp/
|
||||
|
||||
doxyresources/header.html
|
||||
|
|
|
|||
2
Doxyfile
2
Doxyfile
|
|
@ -1314,7 +1314,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 = doxyresources/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
|
||||
|
|
|
|||
2045
doxyresources/customdoxygen.css
Normal file
2045
doxyresources/customdoxygen.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue