diff options
| author | 2018-11-19 02:49:32 +0000 | |
|---|---|---|
| committer | 2018-11-19 02:49:32 +0000 | |
| commit | 3683d85e71ca65e78d29ef0032af311de79acc04 (patch) | |
| tree | 7455600e6b57109c10b304a9e27abb1b2ef508ad /docs | |
| parent | Fix single backslashes in the MOTD erroneously being removed. (diff) | |
Exclude the vendor directory from Doxygen-generated documentation.
Diffstat (limited to 'docs')
| -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 = |
