Ignore LocalSettings.php,AdminSettings.php

This commit is contained in:
Brion Vibber 2004-09-23 07:38:24 +00:00
parent fb8c86de5e
commit ea34d34ee8

View file

@ -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/';