Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 11 Jun 2010 20:39:43 +0000 (20:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 11 Jun 2010 20:39:43 +0000 (20:39 +0000)
includes/media/Generic.php

index a4bd7cd..b866287 100644 (file)
@@ -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 ) {