Skip to content

Commit fdd0bb9

Browse files
committed
fix(docs): hide undocumented declarations
as well as (inline) sources and source browser
1 parent 68cfb20 commit fdd0bb9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Doxyfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Doxyfile Configuration
22

3-
# Directories to scan for source code
3+
# Source Code
44
INPUT = ./src
5+
FILE_PATTERNS = *.hh
56
RECURSIVE = YES
67
EXTRACT_PRIVATE = NO
78
EXTRACT_PROTECTED = NO
9+
HIDE_UNDOC_CLASSES = YES
10+
HIDE_UNDOC_MEMBERS = YES
11+
INLINE_SOURCES = NO
12+
SOURCE_BROWSER = NO
813

9-
# Generate XML output for Breathe
14+
# XML Output
1015
GENERATE_XML = YES
1116
XML_OUTPUT = xml
1217
OUTPUT_DIRECTORY = build/doxygen
13-
14-
# Optional: Disable HTML output if not needed
1518
GENERATE_HTML = NO

0 commit comments

Comments
 (0)