summaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-26 10:15:53 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-26 10:15:53 +0300
commitf1e4e061e04df530c6643569c199260830ff7664 (patch)
tree57c75cd05830375b05c19e0b43dd5a1a59c634ba /docs/Doxyfile
parenta1d0e99b44b9ee9763a268ef6d323c840223d680 (diff)
[docs] path fix on doxyfile
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index ba5219c..e3511ac 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -41,8 +41,8 @@ HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
# Integrating Doxygen with m.css
-HTML_EXTRA_STYLESHEET = ./m-dark.css
-HTML_EXTRA_FILES = ./m.js
+HTML_EXTRA_STYLESHEET = ./docs/m-dark.css
+HTML_EXTRA_FILES = ./docs/m.js
# Warnings
WARNINGS = YES