r63577 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63576‎ | r63577 | r63578 >
Date:21:17, 10 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -140,8 +140,8 @@
141141
142142 /**
143143 * Generates the subheading with links
144 - * @param Title $nt @see Title object for the target
145 - * @param integer $id User ID for the target
 144+ * @param $nt Title object for the target
 145+ * @param $id Integer: User ID for the target
146146 * @return String: appropriately-escaped HTML to be output literally
147147 * @todo Fixme: almost the same as getSubTitle in SpecialDeletedContributions.php. Could be combined.
148148 */
@@ -257,7 +257,7 @@
258258
259259 /**
260260 * Generates the namespace selector form with hidden attributes.
261 - * @param $this->opts Array: the options to be included.
 261+ * @return String: HTML fragment
262262 */
263263 protected function getForm() {
264264 global $wgScript;
@@ -337,7 +337,7 @@
338338
339339 /**
340340 * Output a subscription feed listing recent edits to this page.
341 - * @param string $type
 341+ * @param $type String
342342 */
343343 protected function feed( $type ) {
344344 global $wgRequest, $wgFeed, $wgFeedClasses, $wgFeedLimit;
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -328,8 +328,8 @@
329329
330330 /**
331331 * Generates the subheading with links
332 - * @param Title $nt @see Title object for the target
333 - * @param integer $id User ID for the target
 332+ * @param $nt Title object for the target
 333+ * @param $id Integer: User ID for the target
334334 * @return String: appropriately-escaped HTML to be output literally
335335 * @todo Fixme: almost the same as contributionsSub in SpecialContributions.php. Could be combined.
336336 */

Status & tagging log