X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fmwdocgen.php;h=00a15e560d76918ff340842259e1561c2ce8d7f8;hb=26760fc8569d8e55081b5334cfa6fd5b816d2e4f;hp=ee0ff0176655f9a439be80009262f196ecfccc84;hpb=de31b2474e29fe2f2eea6648b83d01ee53a726b7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index ee0ff01766..00a15e560d 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -86,11 +86,11 @@ class MWDocGen extends Maintenance { $this->output = $this->getOption( 'output', "$IP/docs" ); - $this->inputFilter = wfShellWikiCmd( - $IP . '/maintenance/mwdoc-filter.php' ); + $this->inputFilter = wfShellWikiCmd( $IP . '/maintenance/mwdoc-filter.php' ); $this->template = $IP . '/maintenance/Doxyfile'; $this->excludes = array( 'vendor', + 'node_modules', 'images', 'static', );