summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-11-26 11:14:25 +0300
committerlvntky <klevent1903@gmail.com>2024-11-26 11:14:25 +0300
commitc2eed472d8dfc9e87b51b67bdc029fea89441063 (patch)
tree75aa6f94a3bfbf1e4386e568bbaaa07e685097e3 /docs
parent7e11f0d438b7928cc6469629d74ea1fe92e2fbc8 (diff)
[docs] update doxygen and github action
Diffstat (limited to 'docs')
-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