Skip to content

Commit bb1402f

Browse files
committed
added exclude patterns
1 parent bd19af3 commit bb1402f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doxygen/mbedclient_doxy

+5-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,11 @@ EXCLUDE_SYMLINKS = NO
754754
# against the file with absolute path, so to exclude all test directories
755755
# for example use the pattern */test/*
756756

757-
EXCLUDE_PATTERNS =
757+
EXCLUDE_PATTERNS = */config/*
758+
EXCLUDE_PATTERNS += */docs/*
759+
EXCLUDE_PATTERNS += */doxygen/*
760+
EXCLUDE_PATTERNS += */source/*
761+
EXCLUDE_PATTERNS += */test/*
758762

759763
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
760764
# (namespaces, classes, functions, etc.) that should be excluded from the

0 commit comments

Comments
 (0)