Skip to content

Commit 2adde75

Browse files
Enrico Seilereseiler
authored andcommitted
[TEST,DOC] Exclude vendor dir from doxygen
1 parent 637757d commit 2adde75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/documentation/seqan3_doxygen_cfg.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ RECURSIVE = YES
161161
EXCLUDE =
162162
EXCLUDE_SYMLINKS = NO
163163
EXCLUDE_PATTERNS = */doc/*.cpp \
164-
*/contrib/std/* \
164+
*/include/seqan3/contrib/std/* \
165+
*/include/seqan3/vendor/* \
165166
${SEQAN3_DOXYGEN_EXCLUDE_PATTERNS}
166167
EXCLUDE_SYMBOLS = seqan3::contrib \
167168
${SEQAN3_DOXYGEN_EXCLUDE_SYMBOLS}

0 commit comments

Comments
 (0)