From c2eed472d8dfc9e87b51b67bdc029fea89441063 Mon Sep 17 00:00:00 2001 From: lvntky Date: Tue, 26 Nov 2024 11:14:25 +0300 Subject: [docs] update doxygen and github action --- docs/Doxyfile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/Doxyfile') 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 -- cgit v1.2.3