r57806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57805‎ | r57806 | r57807 >
Date:08:21, 16 October 2009
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r57356: forgot to document $exclude param
Modified paths:
  • /trunk/phase3/maintenance/mwdocgen.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/mwdocgen.php
@@ -129,6 +129,8 @@
130130 * @param $currentVersion String: Version number of the software
131131 * @param $svnstat String: path to the svnstat file
132132 * @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)
133135 */
134136 function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude ){
135137 global $tmpPath;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57356* Add --no-extensions option to mwdocgen.php to exclude the extensions directory...ialex09:50, 4 October 2009

Status & tagging log