diff options
Diffstat (limited to 'docs/Doxyfile')
| -rw-r--r-- | docs/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 1683f95..2b498bc 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -43,8 +43,8 @@ HTML_DYNAMIC_SECTIONS = YES GENERATE_TREEVIEW = YES # Integrating Doxygen Awesome CSS from web -HTML_EXTRA_STYLESHEET = https://cdn.jsdelivr.net/gh/jothepro/doxygen-awesome-css@v2.0.1/doxygen-awesome.css -HTML_EXTRA_FILES = https://cdn.jsdelivr.net/gh/jothepro/doxygen-awesome-css@v2.0.1/doxygen-awesome-darkmode-toggle.js +HTML_EXTRA_STYLESHEET = ./style.css +HTML_EXTRA_FILES = ./file.js # Warnings WARNINGS = YES |
