Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 23 Sep 2010 19:41:29 +0000 (19:41 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 23 Sep 2010 19:41:29 +0000 (19:41 +0000)
includes/libs/CSSMin.php

index 93b75ac..33ca63a 100644 (file)
@@ -78,7 +78,9 @@ class CSSMin {
         * 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 @@ class CSSMin {
        /**
         * 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 ) {