From: Brion Vibber Date: Thu, 23 Sep 2004 07:38:24 +0000 (+0000) Subject: Ignore LocalSettings.php,AdminSettings.php X-Git-Tag: 1.5.0alpha1~1845 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=ea34d34ee8870a83d69a4122f09cff1b9ade2d76;p=lhc%2Fweb%2Fwiklou.git Ignore LocalSettings.php,AdminSettings.php --- diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index 464012f2dd..ec267eaf59 100755 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -41,7 +41,7 @@ $pdOutput = "{$here}{$sep}docs{$sep}html"; /** Some more Phpdoc settings */ $pdOthers = ''; //$pdOthers = ' -dn \'MediaWiki\' '; -$pdOthers .= ' --title \'MediaWiki generated documentation\' -o \'HTML:frames:DOM/earthli\' '; +$pdOthers .= ' --title \'MediaWiki generated documentation\' -o \'HTML:frames:DOM/earthli\' --ignore AdminSettings.php,LocalSettings.php'; /** MediaWiki location */ #$mwPath = '/var/www/mediawiki/';