Skip to content

Commit 68cfb20

Browse files
committed
fix(docs): exclude private/protected in doxygen
1 parent ff0452e commit 68cfb20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doxyfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Directories to scan for source code
44
INPUT = ./src
55
RECURSIVE = YES
6+
EXTRACT_PRIVATE = NO
7+
EXTRACT_PROTECTED = NO
68

79
# Generate XML output for Breathe
810
GENERATE_XML = YES

0 commit comments

Comments
 (0)