Skip to content

Commit af0940e

Browse files
authored
Merge pull request #15 from jay-tux/docs-style
Docs style
2 parents 474e823 + 948c8aa commit af0940e

13 files changed

+557
-39
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ test/conan/*
55
cov/*
66

77
!**/.gitkeep
8+
!docs/doxygen.css
9+
!docs/doxygen_footer.html
10+
!docs/doxygen_header.html
811

912
compile_flags.txt
1013
coverage.info

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Doxyfile.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)