From: Alexandre Emsenhuber Date: Sun, 7 Mar 2010 17:26:23 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~37520 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=00ed478a33fe398b463c3e78c2b2c5357a69355a;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index 917948d075..b952f61a4b 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -464,7 +464,7 @@ abstract class ApiQueryGeneratorBase extends ApiQueryBase { /** * Overrides base class to prepend 'g' to every generator parameter - * @param $paramNames string Parameter name + * @param $paramName string Parameter name * @return string Prefixed parameter name */ public function encodeParamName( $paramName ) { diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 1bf3457df0..5f0d2bd609 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -184,8 +184,12 @@ class ApiQueryImageInfo extends ApiQueryBase { /** * Get result information for an image revision - * @param File f The image - * @return array Result array + * + * @param $file File object + * @param $prop Array of properties to get (in the keys) + * @param $result ApiResult object + * @param $scale Array containing 'width' and 'height' items, or null + * @return Array: result array */ static function getInfo( $file, $prop, $result, $scale = null ) { $vals = array();