Merge "docs: Ignore README.md by default"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 17 Sep 2019 21:53:04 +0000 (21:53 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 17 Sep 2019 21:53:04 +0000 (21:53 +0000)
maintenance/Doxyfile
maintenance/mwdocgen.php

index 6ea046e..0d1579d 100644 (file)
@@ -143,6 +143,7 @@ EXCLUDE_PATTERNS       = LocalSettings.php \
                          AdminSettings.php \
                          .svn \
                          */.git/* \
+                         */README.md \
                          {{EXCLUDE_PATTERNS}}
 EXCLUDE_SYMBOLS        =
 EXAMPLE_PATH           =
index 4401ea8..3713fdc 100644 (file)
@@ -121,10 +121,6 @@ class MWDocGen extends Maintenance {
                        'images',
                        'static',
                        'tests',
-                       'includes/libs/Message/README.md',
-                       'includes/libs/objectcache/README.md',
-                       'includes/libs/ParamValidator/README.md',
-                       'maintenance/benchmarks/README.md',
                        'resources/src/mediawiki.ui/styleguide.md',
                ];
                $this->excludePatterns = [];