Index: trunk/phase3/maintenance/mwdocgen.php |
— | — | @@ -129,6 +129,8 @@ |
130 | 130 | * @param $currentVersion String: Version number of the software |
131 | 131 | * @param $svnstat String: path to the svnstat file |
132 | 132 | * @param $input String: Path to analyze. |
| 133 | + * @param $exclude String: Additionals path regex to exlcude |
| 134 | + * (LocalSettings.php, AdminSettings.php and .svn directories are always excluded) |
133 | 135 | */ |
134 | 136 | function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude ){ |
135 | 137 | global $tmpPath; |