diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2022-09-10 01:18:18 +0200 |
---|---|---|
committer | Timo Tijhof <krinkle@fastmail.com> | 2022-09-10 01:18:18 +0200 |
commit | c37437ff5ef07703ecd18abefd013c4e97828a44 (patch) | |
tree | 87128cf3165151f562d598d41dab26d61df83a51 /maintenance/mwdocgen.php | |
parent | 60f106e1125d2287f5aeff07a557b768ab8fe921 (diff) | |
download | mediawikicore-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.php | 1 |
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 === '' ) { |