aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-19 12:11:11 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-19 12:11:11 +0100
commit0476a8e9dbe7afb422862f7b1c15aaed7f3c416e (patch)
treecad5ba54468a2b29a11dd55613b630ff52e54ef8 /Doxyfile
parent121b64b1cb6cfead5814070c8b0185d3d7308095 (diff)
add some more doxygen
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 8ba90fc..9328b24 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -14,12 +14,19 @@ RECURSIVE = YES
GENERATE_LATEX = NO
+LAYOUT_FILE = src/doc/layout.xml
+TAB_SIZE = 2
+
+HTML_INDEX_NUM_ENTRIES = 2
+HTML_EXTRA_STYLESHEET = src/doc/style.css
+
USE_MDFILE_AS_MAINPAGE = ./readme.md
-HTML_INDEX_NUM_ENTRIES = 1 # collapse trees by default
REPEAT_BRIEF = NO
INTERNAL_DOCS = YES
EXTRACT_STATIC = YES
+HIDE_UNDOC_NAMESPACES = YES
+HIDE_UNDOC_CLASSES = YES
QUIET = YES