Ignore LocalSettings.php,AdminSettings.php
This commit is contained in:
parent
fb8c86de5e
commit
ea34d34ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -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/';
|
||||
|
|
|
|||
Loading…
Reference in a new issue