Exclude the vendor directory from Doxygen-generated documentation.

This commit is contained in:
Peter Powell 2018-11-19 02:49:32 +00:00
parent 1ec87c328f
commit 3683d85e71

View File

@ -94,7 +94,8 @@ EXCLUDE_SYMLINKS = YES
EXCLUDE_PATTERNS = */.git/* \
*/doxygen/* \
*/coremods/* \
*/modules/*
*/modules/* \
*/vendor/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =