summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2024-04-15 20:23:53 -0600
committerGitHub <noreply@github.com>2024-04-15 20:23:53 -0600
commitddb1f42c699bbe9792066e8936b5f534d240a6ef (patch)
tree250397c9c324022fc2bedbf5f93c62593d6c7140 /Doxyfile
parenta0a5d6b00a6fb0e0b88c5176b3ae307d194acff2 (diff)
Misc cleanup (#2134)
* Merge remote-tracking branch 'upstream/main' * rm search terms alias (ended up not using it) * typo fix
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 5c96c6b56f..c90c534378 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -289,7 +289,8 @@ TAB_SIZE = 4
# with the commands \{ and \} for these it is advised to use the version @{ and
# @} or use a double escape (\\{ and \\})
-ALIASES =
+ALIASES = ""
+
# Commenting out for now
# ALIASES = "meme=\xrefitem memes \"Meme\" \"Meme List\""
@@ -1423,7 +1424,13 @@ HTML_EXTRA_STYLESHEET = docs/doxygen-awesome-css-2.3.2/doxygen-awesome.css \
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES = docs/doxygen-awesome-css-2.3.2/doxygen-awesome-darkmode-toggle.js \
- docs/doxygen-awesome-css-2.3.2/doxygen-awesome-interactive-toc.js
+ docs/doxygen-awesome-css-2.3.2/doxygen-awesome-interactive-toc.js \
+ docs/doxygen-awesome-css-2.3.2/doxygen-awesome-fragment-copy-button.js \
+ docs/doxygen-awesome-css-2.3.2/doxygen-awesome-paragraph-link.js \
+ docs/doxygen-awesome-css-2.3.2/doxygen-awesome-tabs.js \
+ docs/doxygen-awesome-css-2.3.2/logo.drawio.svg \
+ docs/doxygen-awesome-css-2.3.2/doxygen-custom/toggle-alternative-theme.js
+
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
# should be rendered with a dark or light theme.