diff options
| author | kat <katherine@vector35.com> | 2022-08-09 12:35:46 -0400 |
|---|---|---|
| committer | cynder <KritantaDevelopment@gmail.com> | 2022-08-09 10:14:57 -0700 |
| commit | f0242daca9922b6a6bf6acc79987ff47f9f6f70f (patch) | |
| tree | 3e61b1b5eccb834e3d4bb4bc0df93d98ddf08e66 /api-docs/cppdocs/Doxyfile | |
| parent | f49ae00f6d15a81876788df15f1678619a4c791d (diff) | |
Add New Theme and some C++ API Documentation
Diffstat (limited to 'api-docs/cppdocs/Doxyfile')
| -rw-r--r-- | api-docs/cppdocs/Doxyfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/api-docs/cppdocs/Doxyfile b/api-docs/cppdocs/Doxyfile index f7cb9b6e..c2cd6428 100644 --- a/api-docs/cppdocs/Doxyfile +++ b/api-docs/cppdocs/Doxyfile @@ -1165,7 +1165,7 @@ HTML_FOOTER = footer.html # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = style.css +HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets @@ -1178,7 +1178,10 @@ HTML_STYLESHEET = style.css # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \ + doxygen-awesome-css/doxygen-awesome-sidebar-only.css \ + doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css \ + custom.css # 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 @@ -1188,7 +1191,7 @@ HTML_EXTRA_STYLESHEET = # 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 = doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to |
