File tree Expand file tree Collapse file tree 6 files changed +452
-6
lines changed Expand file tree Collapse file tree 6 files changed +452
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ test/conan/*
55cov /*
66
77! ** /.gitkeep
8+ ! docs /doxygen.css
9+ ! docs /doxygen_footer.html
10+ ! docs /doxygen_header.html
811
912compile_flags.txt
1013coverage.info
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1221,7 +1221,7 @@ HTML_FILE_EXTENSION = .html
12211221# of the possible markers and block names see the documentation.
12221222# This tag requires that the tag GENERATE_HTML is set to YES.
12231223
1224- HTML_HEADER =
1224+ HTML_HEADER = $( OUTDIR ) /doxygen_header.html
12251225
12261226# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
12271227# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1231,7 +1231,7 @@ HTML_HEADER =
12311231# that doxygen normally uses.
12321232# This tag requires that the tag GENERATE_HTML is set to YES.
12331233
1234- HTML_FOOTER =
1234+ HTML_FOOTER = $( OUTDIR ) /doxygen_footer.html
12351235
12361236# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
12371237# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1243,7 +1243,7 @@ HTML_FOOTER =
12431243# obsolete.
12441244# This tag requires that the tag GENERATE_HTML is set to YES.
12451245
1246- HTML_STYLESHEET =
1246+ HTML_STYLESHEET = $( OUTDIR ) /doxygen.css
12471247
12481248# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
12491249# cascading style sheets that are included after the standard style sheets
You can’t perform that action at this time.
0 commit comments