Skip to content

Commit

Permalink
[TEST,DOC] Exclude vendor dir from doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Seiler authored and eseiler committed Dec 15, 2024
1 parent 637757d commit 2adde75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/documentation/seqan3_doxygen_cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */doc/*.cpp \
*/contrib/std/* \
*/include/seqan3/contrib/std/* \
*/include/seqan3/vendor/* \
${SEQAN3_DOXYGEN_EXCLUDE_PATTERNS}
EXCLUDE_SYMBOLS = seqan3::contrib \
${SEQAN3_DOXYGEN_EXCLUDE_SYMBOLS}
Expand Down

0 comments on commit 2adde75

Please sign in to comment.