summaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-11-19 02:49:32 +0000
committerPeter Powell <petpow@saberuk.com>2018-11-19 02:49:32 +0000
commit3683d85e71ca65e78d29ef0032af311de79acc04 (patch)
tree7455600e6b57109c10b304a9e27abb1b2ef508ad /docs/Doxyfile
parent1ec87c328f6ef2d9d64a2eb782cdd2916dd93d2d (diff)
Exclude the vendor directory from Doxygen-generated documentation.
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index f835ab996..3089a5170 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -94,7 +94,8 @@ EXCLUDE_SYMLINKS = YES
EXCLUDE_PATTERNS = */.git/* \
*/doxygen/* \
*/coremods/* \
- */modules/*
+ */modules/* \
+ */vendor/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =