From f0242daca9922b6a6bf6acc79987ff47f9f6f70f Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 9 Aug 2022 12:35:46 -0400 Subject: Add New Theme and some C++ API Documentation --- api-docs/cppdocs/Doxyfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'api-docs/cppdocs/Doxyfile') 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 -- cgit v1.3.1