We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cfb20 commit fdd0bb9Copy full SHA for fdd0bb9
Doxyfile
@@ -1,15 +1,18 @@
1
# Doxyfile Configuration
2
3
-# Directories to scan for source code
+# Source Code
4
INPUT = ./src
5
+FILE_PATTERNS = *.hh
6
RECURSIVE = YES
7
EXTRACT_PRIVATE = NO
8
EXTRACT_PROTECTED = NO
9
+HIDE_UNDOC_CLASSES = YES
10
+HIDE_UNDOC_MEMBERS = YES
11
+INLINE_SOURCES = NO
12
+SOURCE_BROWSER = NO
13
-# Generate XML output for Breathe
14
+# XML Output
15
GENERATE_XML = YES
16
XML_OUTPUT = xml
17
OUTPUT_DIRECTORY = build/doxygen
-
-# Optional: Disable HTML output if not needed
18
GENERATE_HTML = NO
0 commit comments