http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69048

Revision: 69048
Author:   ialex
Date:     2010-07-05 09:14:29 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
Fixed some doxygen warnings

Modified Paths:
--------------
    trunk/phase3/includes/ImportXMLReader.php
    trunk/phase3/includes/SkinTemplate.php
    trunk/phase3/includes/User.php

Modified: trunk/phase3/includes/ImportXMLReader.php
===================================================================
--- trunk/phase3/includes/ImportXMLReader.php   2010-07-05 09:12:00 UTC (rev 
69047)
+++ trunk/phase3/includes/ImportXMLReader.php   2010-07-05 09:14:29 UTC (rev 
69048)
@@ -209,8 +209,9 @@
         * 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 ) ) {

Modified: trunk/phase3/includes/SkinTemplate.php
===================================================================
--- trunk/phase3/includes/SkinTemplate.php      2010-07-05 09:12:00 UTC (rev 
69047)
+++ trunk/phase3/includes/SkinTemplate.php      2010-07-05 09:14:29 UTC (rev 
69048)
@@ -110,7 +110,7 @@
         * 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 @@
         * 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 ) {

Modified: trunk/phase3/includes/User.php
===================================================================
--- trunk/phase3/includes/User.php      2010-07-05 09:12:00 UTC (rev 69047)
+++ trunk/phase3/includes/User.php      2010-07-05 09:14:29 UTC (rev 69048)
@@ -3792,8 +3792,6 @@
         * @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



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to