From: Alexandre Emsenhuber Date: Thu, 23 Sep 2010 19:41:29 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~34815 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=95df9b3ed0da354d18fb2c3eec7edb7925865a2d;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 93b75ac6a1..33ca63ad41 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -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 ) {