aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 14:33:20 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 14:33:20 +0100
commit81664b46f5cb7c28d629ddafe4cbea7e717d62d2 (patch)
tree9a14cb4e490e74f5af344bd77d41f57c39d0412d /Doxyfile
parentd623b13dab63408cf5e99dbc453636f174bc6fe8 (diff)
parentd4dd3ceab2b95c26f3b07092a5c80f47eab18110 (diff)
Merge branch 'master' into niels/RenderingParticle
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