r110057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110056‎ | r110057 | r110058 >
Date:13:45, 26 January 2012
Author:demon
Status:ok
Tags:
Comment:
Fix r110054, \ -> @
Modified paths:
  • /trunk/phase3/includes/Message.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Message.php
@@ -4,7 +4,8 @@
55 * processing them into variety of formats that are needed in MediaWiki.
66 *
77 * It is intented to replace the old wfMsg* functions that over time grew
8 - * unusable. \see https://www.mediawiki.org/wiki/New_messages_API for
 8+ * unusable.
 9+ * @see https://www.mediawiki.org/wiki/New_messages_API for
910 * equivalence between old and new functions.
1011 *
1112 * Below, you will find several examples of wfMessage() usage.
@@ -43,8 +44,8 @@
4445 * wfMessage( 'email-header' )->inLanguage( $user->getOption( 'language' ) )->plain()
4546 * @endcode
4647 *
47 - * \note You cannot parse the text except in the content or interface
48 - * \note languages
 48+ * @note You cannot parse the text except in the content or interface
 49+ * @note languages
4950 *
5051 * Comparison with old wfMsg* functions:
5152 *
@@ -73,9 +74,9 @@
7475 * @todo
7576 * - test, can we have tests?
7677 *
77 - * \see https://www.mediawiki.org/wiki/WfMessage()
78 - * \see https://www.mediawiki.org/wiki/New_messages_API
79 - * \see https://www.mediawiki.org/wiki/Localisation
 78+ * @see https://www.mediawiki.org/wiki/WfMessage()
 79+ * @see https://www.mediawiki.org/wiki/New_messages_API
 80+ * @see https://www.mediawiki.org/wiki/Localisation
8081 *
8182 * @since 1.17
8283 * @author Niklas Laxström

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110054enhance doxygen generation for Message classhashar11:34, 26 January 2012

Status & tagging log