r73479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73478‎ | r73479 | r73480 >
Date:20:11, 21 September 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/libs/CSSJanus.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/libs/CSSJanus.php
@@ -117,9 +117,9 @@
118118
119119 /**
120120 * Transform an LTR stylesheet to RTL
121 - * @param string $css Stylesheet to transform
122 - * @param bool $swapLtrRtlInURL If true, swap 'ltr' and 'rtl' in URLs
123 - * @param bool $swapLeftRightInURL If true, swap 'left' and 'right' in URLs
 121+ * @param $css String: stylesheet to transform
 122+ * @param $swapLtrRtlInURL Boolean: If true, swap 'ltr' and 'rtl' in URLs
 123+ * @param $swapLeftRightInURL Boolean: If true, swap 'left' and 'right' in URLs
124124 * @return Transformed stylesheet
125125 */
126126 public static function transform( $css, $swapLtrRtlInURL = false, $swapLeftRightInURL = false ) {
@@ -288,7 +288,7 @@
289289 /**
290290 * Replace all occurrences of $regex in $str with a token and remember
291291 * the original strings.
292 - * @param $str string String to tokenize
 292+ * @param $str String to tokenize
293293 * @return string Tokenized string
294294 */
295295 public function tokenize( $str ) {
@@ -303,7 +303,7 @@
304304 /**
305305 * Replace tokens with their originals. If multiple strings were tokenized, it's important they be
306306 * detokenized in exactly the SAME ORDER.
307 - * @param string $str String previously run through tokenize()
 307+ * @param $str String: previously run through tokenize()
308308 * @return string Original string
309309 */
310310 public function detokenize( $str ) {

Status & tagging log