Skip to content

Commit 7d8c1da

Browse files
authored
Doxyfile.in: Exclude all examples
The source has been reorganized since the doxygen configs were last updated; there are more examples that should be excluded, and they're all now under `src/examples/`, so exclude the entire dir.
1 parent 9261f46 commit 7d8c1da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doxyfile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,7 @@ EXCLUDE_SYMLINKS = NO
797797

798798
EXCLUDE_PATTERNS = "*/.*" \
799799
"*/.*/*" \
800-
"*/src/Main.cpp*" \
801-
"*/src/Main_Blackmagic.cpp*" \
800+
"*/src/examples/*" \
802801
"*/src/bindings/*" \
803802
"*.py"
804803

0 commit comments

Comments
 (0)