From: Alexandre Emsenhuber Date: Fri, 11 Jun 2010 20:39:43 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36535 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=commitdiff_plain;h=e7c65bf59971853cf76e4679ba80b347d59e8908;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/media/Generic.php b/includes/media/Generic.php index a4bd7cd064..b866287f12 100644 --- a/includes/media/Generic.php +++ b/includes/media/Generic.php @@ -72,7 +72,7 @@ abstract class MediaHandler { * can't be determined. * * @param $image File: the image object, or false if there isn't one - * @param $fileName String: the filename + * @param $path String: the filename * @return Array */ abstract function getImageSize( $image, $path ); @@ -386,6 +386,9 @@ abstract class ImageHandler extends MediaHandler { * * @param $width Integer: specified width (input/output) * @param $height Integer: height (output only) + * @param $srcWidth Integer: width of the source image + * @param $srcHeight Integer: height of the source image + * @param $mimeType Unused * @return false to indicate that an error should be returned to the user. */ function validateThumbParams( &$width, &$height, $srcWidth, $srcHeight, $mimeType ) {