Add vendor to mwdocgen's excludes list.
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Sat, 8 Jun 2013 11:07:57 +0000 (04:07 -0700)
committerDaniel Friesen <daniel@nadir-seen-fire.com>
Sat, 8 Jun 2013 11:07:57 +0000 (04:07 -0700)
Now that we support composer libraries we should exclude vendor/
so that our Doxygen script doesn't go generating documentation
for 3rd party libraries we use.

Change-Id: I40502015820f0b9b4b1ef5810bcddcc5970134c5

maintenance/mwdocgen.php

index 9283264..1ca0b54 100644 (file)
@@ -82,6 +82,7 @@ class MWDocGen extends Maintenance {
                        $IP . '/maintenance/mwdoc-filter.php' );
                $this->template = $IP . '/maintenance/Doxyfile';
                $this->excludes = array(
+                       'vendor',
                        'images',
                        'static',
                );