diff options
author | Peter Powell <petpow@saberuk.com> | 2018-11-19 02:49:32 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-11-19 02:49:32 +0000 |
commit | 3683d85e71ca65e78d29ef0032af311de79acc04 (patch) | |
tree | 7455600e6b57109c10b304a9e27abb1b2ef508ad /docs/Doxyfile | |
parent | 1ec87c328f6ef2d9d64a2eb782cdd2916dd93d2d (diff) |
Exclude the vendor directory from Doxygen-generated documentation.
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 3 |
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 = |