summaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 2b9bdbc..f70b975 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -34,15 +34,17 @@ INLINE_SOURCES = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
-# Documentation styling
+# Documentation styling for m.css
HTML_OUTPUT = html
+HTML_EXTRA_STYLESHEET =
+ "mcss/css/m-dark.compiled.css" \
+ "mcss/css/m-documentation.compiled.css"
+HTML_HEADER = "header.html"
+HTML_FOOTER = "footer.html"
+HTML_STYLESHEET =
HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
-# Integrating Doxygen with m.css
-HTML_EXTRA_STYLESHEET = ./m-dark.css
-HTML_EXTRA_FILES = ./m.js
-
# Warnings
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
@@ -63,4 +65,4 @@ DOT_IMAGE_FORMAT = svg
CALL_GRAPH = YES
CALLER_GRAPH = YES
CLASS_DIAGRAMS = YES
-DOT_MULTI_TARGETS = YES
+DOT_MULTI_TARGETS = YES \ No newline at end of file