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 =
867
867
# Note: If this tag is empty the current directory is searched.
868
868
869
869
INPUT = include \
870
+ src \
870
871
docs
871
872
872
873
# This tag can be used to specify the character encoding of the source files
@@ -972,7 +973,10 @@ EXCLUDE_SYMLINKS = NO
972
973
# Note that the wildcards are matched against the file with absolute path, so to
973
974
# exclude all test directories for example use the pattern */test/*
974
975
975
- EXCLUDE_PATTERNS = internal
976
+ EXCLUDE_PATTERNS = */internal/* \
977
+ */src/blocks/* \
978
+ *_p.cpp \
979
+ *_p.h
976
980
977
981
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
978
982
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -983,7 +987,7 @@ EXCLUDE_PATTERNS = internal
983
987
# Note that the wildcards are matched against the file with absolute path, so to
984
988
# exclude all test directories use the pattern */test/*
985
989
986
- EXCLUDE_SYMBOLS =
990
+ EXCLUDE_SYMBOLS = *Private
987
991
988
992
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
989
993
# that contain example code fragments that are included (see the \include
You can’t perform that action at this time.
0 commit comments