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

Revision: 73479
Author:   ialex
Date:     2010-09-21 20:11:40 +0000 (Tue, 21 Sep 2010)

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

Modified Paths:
--------------
    trunk/phase3/includes/libs/CSSJanus.php

Modified: trunk/phase3/includes/libs/CSSJanus.php
===================================================================
--- trunk/phase3/includes/libs/CSSJanus.php     2010-09-21 20:04:16 UTC (rev 
73478)
+++ trunk/phase3/includes/libs/CSSJanus.php     2010-09-21 20:11:40 UTC (rev 
73479)
@@ -117,9 +117,9 @@
 
        /**
         * Transform an LTR stylesheet to RTL
-        * @param string $css Stylesheet to transform
-        * @param bool $swapLtrRtlInURL If true, swap 'ltr' and 'rtl' in URLs
-        * @param bool $swapLeftRightInURL If true, swap 'left' and 'right' in 
URLs
+        * @param $css String: stylesheet to transform
+        * @param $swapLtrRtlInURL Boolean: If true, swap 'ltr' and 'rtl' in 
URLs
+        * @param $swapLeftRightInURL Boolean: If true, swap 'left' and 'right' 
in URLs
         * @return Transformed stylesheet
         */
        public static function transform( $css, $swapLtrRtlInURL = false, 
$swapLeftRightInURL = false ) {
@@ -288,7 +288,7 @@
        /**
         * Replace all occurrences of $regex in $str with a token and remember
         * the original strings.
-        * @param $str string String to tokenize
+        * @param $str String to tokenize
         * @return string Tokenized string
         */
        public function tokenize( $str ) {
@@ -303,7 +303,7 @@
        /**
         * Replace tokens with their originals. If multiple strings were 
tokenized, it's important they be
         * detokenized in exactly the SAME ORDER.
-        * @param string $str String previously run through tokenize()
+        * @param $str String: previously run through tokenize()
         * @return string Original string
         */
        public function detokenize( $str ) {



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

Reply via email to