r71440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71439‎ | r71440 | r71441 >
Date:20:34, 22 August 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix doxygen warnings
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)
  • /trunk/extensions/Translate/utils/MessageWebImporter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -736,7 +736,6 @@
737737 *
738738 * @param $id \string Unique id for this group.
739739 * @param $source \string Mediawiki message that contains list of message keys.
740 - * @return \void
741740 */
742741 public function __construct( $id, $source ) {
743742 parent::__construct();
Index: trunk/extensions/Translate/utils/MessageWebImporter.php
@@ -284,12 +284,12 @@
285285 /**
286286 * Perform an action on a given group/key/code
287287 *
288 - * @param $action \string Import/conflict/ignore
 288+ * @param $action \string Options: 'import', 'conflict' or 'ignore'
289289 * @param $group MessageGroup Group object
290290 * @param $key \string Message key
291291 * @param $code \string Language code
292 - * @param $message \string: contents for the $key/code combination
293 - * @param $comment \string: edit summary (default: empty) - see Article::doEdit
 292+ * @param $message \string contents for the $key/code combination
 293+ * @param $comment \string edit summary (default: empty) - see Article::doEdit
294294 * @param $user User User that will make the edit (default: null - $wgUser) - see Article::doEdit
295295 * @param $editFlags Integer bitfield: see Article::doEdit
296296 * @return \string Action result

Status & tagging log