Improved doxygen theme with doxygen-awesome-css from jothepro on GitHub
This commit is contained in:
parent
ef0adeb721
commit
9a73b3ce2b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "external/spdlog"]
|
[submodule "external/spdlog"]
|
||||||
path = external/spdlog
|
path = external/spdlog
|
||||||
url = https://github.com/gabime/spdlog.git
|
url = https://github.com/gabime/spdlog.git
|
||||||
|
[submodule "external/doxygen-awesome-css"]
|
||||||
|
path = external/doxygen-awesome-css
|
||||||
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||||
|
2
Doxyfile
2
Doxyfile
@ -1248,7 +1248,7 @@ HTML_STYLESHEET =
|
|||||||
# list). For an example see the documentation.
|
# list). For an example see the documentation.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET =
|
HTML_EXTRA_STYLESHEET = external/doxygen-awesome-css/doxygen-awesome.css
|
||||||
|
|
||||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
# 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
|
# other source files which should be copied to the HTML output directory. Note
|
||||||
|
1
external/doxygen-awesome-css
vendored
Submodule
1
external/doxygen-awesome-css
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 280a0c57db5e48e1aa151e2c3b2ecd0f2a29adf9
|
Loading…
Reference in New Issue
Block a user