Follow-up r57356: forgot to document $exclude param
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Oct 2009 08:21:02 +0000 (08:21 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Oct 2009 08:21:02 +0000 (08:21 +0000)
maintenance/mwdocgen.php

index a1b2dd0..b91922c 100644 (file)
@@ -129,6 +129,8 @@ function getSvnRevision( $dir ) {
  * @param $currentVersion String: Version number of the software
  * @param $svnstat String: path to the svnstat file
  * @param $input String: Path to analyze.
+ * @param $exclude String: Additionals path regex to exlcude 
+ *                 (LocalSettings.php, AdminSettings.php and .svn directories are always excluded)
  */
 function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude ){
        global $tmpPath;