For the sake of documentation
authorHuji <huji@users.mediawiki.org>
Thu, 15 May 2008 17:13:12 +0000 (17:13 +0000)
committerHuji <huji@users.mediawiki.org>
Thu, 15 May 2008 17:13:12 +0000 (17:13 +0000)
includes/SpecialVersion.php

index 715af17..b4f460a 100644 (file)
@@ -99,7 +99,11 @@ class SpecialVersion {
                        Xml::closeElement( 'table' );
        }
 
-       /** Return a string of the MediaWiki version with SVN revision if available */
+       /**
+        * Return a string of the MediaWiki version with SVN revision if available
+        *
+        * @return mixed
+        */
        public static function getVersion() {
                global $wgVersion, $IP;
                wfProfileIn( __METHOD__ );
@@ -109,7 +113,12 @@ class SpecialVersion {
                return $version;
        }
        
-       /** Return a string of the MediaWiki version with a link to SVN revision if available */
+       /**
+        * Return a string of the MediaWiki version with a link to SVN revision if
+        * available
+        *
+        * @return mixed
+        */
        public static function getVersionLinked() {
                global $wgVersion, $IP;
                wfProfileIn( __METHOD__ );