aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 13:57:23 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-20 13:57:23 +0100
commite25547c26c8d852ba7cc9fa3981aa75daf0f2287 (patch)
treececb28dbd03a51c7a3e7b706e536837ebd5e1ea5
parentc6d7623cc0bc17aa171bc5078f2f36c15be28683 (diff)
show private members in doxygen
-rw-r--r--Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
index 9328b24..e0a31df 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -24,6 +24,7 @@ USE_MDFILE_AS_MAINPAGE = ./readme.md
REPEAT_BRIEF = NO
INTERNAL_DOCS = YES
+EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
HIDE_UNDOC_NAMESPACES = YES
HIDE_UNDOC_CLASSES = YES