From: Alexandre Emsenhuber Date: Mon, 5 Jul 2010 09:14:29 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36255 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=fc37e7ed215c48e1804398b86b5065f0b654f947;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/ImportXMLReader.php b/includes/ImportXMLReader.php index 36de45a23c..cdb7f7f218 100644 --- a/includes/ImportXMLReader.php +++ b/includes/ImportXMLReader.php @@ -209,8 +209,9 @@ class WikiImporter { * Notify the callback function when a is closed. * @param $title Title * @param $origTitle Title - * @param $revisionCount int - * @param $successCount Int: number of revisions for which callback returned true + * @param $revCount Integer + * @param $sucCount Int: number of revisions for which callback returned true + * @param $pageInfo Array: associative array of page information */ private function pageOutCallback( $title, $origTitle, $revCount, $sucCount, $pageInfo ) { if( isset( $this->mPageOutCallback ) ) { diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index e795291932..236dd8f43e 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -110,7 +110,7 @@ class SkinTemplate extends Skin { * and eventually it spits out some HTML. Should have interface * roughly equivalent to PHPTAL 0.7. * - * @param $callback string (or file) + * @param $classname string (or file) * @param $repository string: subdirectory where we keep template files * @param $cache_dir string * @return object @@ -487,7 +487,7 @@ class SkinTemplate extends Skin { * an error object of the appropriate type. * For the base class, assume strings all around. * - * @param mixed $str + * @param $str Mixed * @private */ function printOrError( $str ) { diff --git a/includes/User.php b/includes/User.php index ddb36bf11c..56605873d9 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3792,8 +3792,6 @@ class User { * @param $signature String Text to leave in the signature * @param $summary String the summary for this change, defaults to * "Leave system message." - * @param $article Article The article to update, defaults to the - * user's talk page. * @param $editor User The user leaving the message, defaults to * "{{MediaWiki:usermessage-editor}}" * @param $flags Int default edit flags