r63367 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63366‎ | r63367 | r63368 >
Date:17:26, 7 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryBase.php (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryImageInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryBase.php
@@ -464,7 +464,7 @@
465465
466466 /**
467467 * Overrides base class to prepend 'g' to every generator parameter
468 - * @param $paramNames string Parameter name
 468+ * @param $paramName string Parameter name
469469 * @return string Prefixed parameter name
470470 */
471471 public function encodeParamName( $paramName ) {
Index: trunk/phase3/includes/api/ApiQueryImageInfo.php
@@ -184,8 +184,12 @@
185185
186186 /**
187187 * Get result information for an image revision
188 - * @param File f The image
189 - * @return array Result array
 188+ *
 189+ * @param $file File object
 190+ * @param $prop Array of properties to get (in the keys)
 191+ * @param $result ApiResult object
 192+ * @param $scale Array containing 'width' and 'height' items, or null
 193+ * @return Array: result array
190194 */
191195 static function getInfo( $file, $prop, $result, $scale = null ) {
192196 $vals = array();

Status & tagging log