File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -867,6 +867,7 @@ WARN_LOGFILE =
867867# Note: If this tag is empty the current directory is searched.
868868
869869INPUT = include \
870+ src \
870871 docs
871872
872873# This tag can be used to specify the character encoding of the source files
@@ -972,7 +973,10 @@ EXCLUDE_SYMLINKS = NO
972973# Note that the wildcards are matched against the file with absolute path, so to
973974# exclude all test directories for example use the pattern */test/*
974975
975- EXCLUDE_PATTERNS = internal
976+ EXCLUDE_PATTERNS = */internal/* \
977+ */src/blocks/* \
978+ *_p.cpp \
979+ *_p.h
976980
977981# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
978982# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -983,7 +987,7 @@ EXCLUDE_PATTERNS = internal
983987# Note that the wildcards are matched against the file with absolute path, so to
984988# exclude all test directories use the pattern */test/*
985989
986- EXCLUDE_SYMBOLS =
990+ EXCLUDE_SYMBOLS = *Private
987991
988992# The EXAMPLE_PATH tag can be used to specify one or more files or directories
989993# that contain example code fragments that are included (see the \include
You can’t perform that action at this time.
0 commit comments