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

Revision: 73635
Author:   ialex
Date:     2010-09-23 19:41:29 +0000 (Thu, 23 Sep 2010)

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

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

Modified: trunk/phase3/includes/libs/CSSMin.php
===================================================================
--- trunk/phase3/includes/libs/CSSMin.php       2010-09-23 19:39:32 UTC (rev 
73634)
+++ trunk/phase3/includes/libs/CSSMin.php       2010-09-23 19:41:29 UTC (rev 
73635)
@@ -78,7 +78,9 @@
         * Remaps CSS URL paths and automatically embeds data URIs for URL 
rules preceded by an /* @embed * / comment
         *
         * @param $source string CSS data to remap
-        * @param $path string File path where the source was read from
+        * @param $local string File path where the source was read from
+        * @param $remote string URL path to the file
+        * @param $embed ???
         * @return string Remapped CSS data
         */
        public static function remap( $source, $local, $remote, $embed = true ) 
{
@@ -139,7 +141,7 @@
        /**
         * Removes whitespace from CSS data
         *
-        * @param $source string CSS data to minify
+        * @param $css string CSS data to minify
         * @return string Minified CSS data
         */
        public static function minify( $css ) {



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

Reply via email to