]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Exclude the vendor directory from Doxygen-generated documentation.
authorPeter Powell <petpow@saberuk.com>
Mon, 19 Nov 2018 02:49:32 +0000 (02:49 +0000)
committerPeter Powell <petpow@saberuk.com>
Mon, 19 Nov 2018 02:49:32 +0000 (02:49 +0000)
docs/Doxyfile

index f835ab99634a54ff59c7a5ed9fb4c9d70aceebd3..3089a5170538585f38792fe6a796a40b8fe87603 100644 (file)
@@ -94,7 +94,8 @@ EXCLUDE_SYMLINKS       = YES
 EXCLUDE_PATTERNS       = */.git/* \
                          */doxygen/* \
                          */coremods/* \
 EXCLUDE_PATTERNS       = */.git/* \
                          */doxygen/* \
                          */coremods/* \
-                         */modules/*
+                         */modules/* \
+                         */vendor/*
 EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           =
 EXAMPLE_PATTERNS       =
 EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           =
 EXAMPLE_PATTERNS       =