Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 5 Jul 2010 09:14:29 +0000 (09:14 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 5 Jul 2010 09:14:29 +0000 (09:14 +0000)
includes/ImportXMLReader.php
includes/SkinTemplate.php
includes/User.php

index 36de45a..cdb7f7f 100644 (file)
@@ -209,8 +209,9 @@ class WikiImporter {
         * Notify the callback function when a </page> 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 ) ) {
index e795291..236dd8f 100644 (file)
@@ -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 ) {
index ddb36bf..5660587 100644 (file)
@@ -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