r10232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10231‎ | r10232 | r10233 >
Date:23:07, 21 July 2005
Author:avar
Status:old
Tags:
Comment:
* Documentation
Modified paths:
  • /trunk/phase3/includes/Exif.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Exif.php
@@ -84,6 +84,8 @@
8585
8686 /**
8787 * Constructor
 88+ *
 89+ * @param string $file
8890 */
8991 function Exif( $file ) {
9092 /**
@@ -305,8 +307,6 @@
306308 }
307309 }
308310
309 - /**#@-*/
310 -
311311 /**
312312 * Make $this->mFilteredExifData
313313 */
@@ -377,7 +377,9 @@
378378
379379 /**#@+
380380 * Validates if a tag value is of the type it should be according to the Exif spec
381 - *
 381+ *
 382+ * @access private
 383+ *
382384 * @param mixed $in The input value to check
383385 * @return bool
384386 */
@@ -472,6 +474,8 @@
473475 /**
474476 * Validates if a tag has a legal value according to the Exif spec
475477 *
 478+ * @access private
 479+ *
476480 * @param string $tag The tag to check
477481 * @param mixed $val The value of the tag
478482 * @return bool
@@ -516,6 +520,8 @@
517521 /**
518522 * Conviniance function for debugging output
519523 *
 524+ * @access private
 525+ *
520526 * @param mixed $in
521527 * @param string $fname
522528 * @param mixed $action
@@ -945,6 +951,8 @@
946952 /**
947953 * Conviniance function for getFormattedData()
948954 *
 955+ * @access private
 956+ *
949957 * @param string $tag The tag name to pass on
950958 * @param string $val The value of the tag
951959 * @param string $arg An argument to pass ($1)
@@ -957,6 +965,11 @@
958966 }
959967
960968 /**
 969+ * Format a number, convert numbers from fractions into floating point
 970+ * numbers
 971+ *
 972+ * @access private
 973+ *
961974 * @param mixed $num The value to format
962975 * @return mixed A floating point number or whatever we were fed
963976 */

Status & tagging log