aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mwdocgen.php
diff options
context:
space:
mode:
authorTimo Tijhof <krinkle@fastmail.com>2022-09-10 01:18:18 +0200
committerTimo Tijhof <krinkle@fastmail.com>2022-09-10 01:18:18 +0200
commitc37437ff5ef07703ecd18abefd013c4e97828a44 (patch)
tree87128cf3165151f562d598d41dab26d61df83a51 /maintenance/mwdocgen.php
parent60f106e1125d2287f5aeff07a557b768ab8fe921 (diff)
downloadmediawikicore-c37437ff5ef07703ecd18abefd013c4e97828a44.tar.gz
mediawikicore-c37437ff5ef07703ecd18abefd013c4e97828a44.zip
docs: Remove non-existent 'static' directory from Doxygen config
This was added for unknown reasons in 2011 with r81562 (35f83153c). Change-Id: I8a9fd808494467bb7651b7832aa60d619e2bcec2
Diffstat (limited to 'maintenance/mwdocgen.php')
-rw-r--r--maintenance/mwdocgen.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php
index b0f074ae6b4e..de03306dc357 100644
--- a/maintenance/mwdocgen.php
+++ b/maintenance/mwdocgen.php
@@ -117,7 +117,6 @@ class MWDocGen extends Maintenance {
$this->excludes = [
'cache',
'images',
- 'static',
];
$this->excludePatterns = [];
if ( $this->input === '' ) {