r62266 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62265‎ | r62266 | r62267 >
Date:21:42, 10 February 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/maintenance/language/diffLanguage.php (modified) (history)
  • /trunk/phase3/maintenance/language/rebuildLanguage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/rebuildLanguage.php
@@ -17,7 +17,7 @@
1818 * @param $code The language code.
1919 * @param $write Write to the messages file?
2020 * @param $listUnknown List the unknown messages?
21 - * @param $removeUnKnown Remove the unknown messages?
 21+ * @param $removeUnknown Remove the unknown messages?
2222 * @param $removeDupes Remove the duplicated messages?
2323 * @param $dupeMsgSource The source file intended to remove from the array.
2424 */
Index: trunk/phase3/maintenance/language/diffLanguage.php
@@ -69,7 +69,7 @@
7070
7171 /**
7272 * Return a $wgAllmessages array shipped in MediaWiki
73 - * @param string $languageCode Formated language code
 73+ * @param $languageCode String: formated language code
7474 * @return array The MediaWiki default $wgAllMessages array requested
7575 */
7676 function getMediawikiMessages($languageCode = 'En') {
@@ -93,8 +93,8 @@
9494 /**
9595 * Return a $wgAllmessages array in a given file. Language of the array
9696 * need to be given cause we can not detect which language it provides
97 - * @param string $filename Filename of the file containing a message array
98 - * @param string $languageCode Language of the external array
 97+ * @param $filename String: filename of the file containing a message array
 98+ * @param $languageCode String: language of the external array
9999 * @return array A $wgAllMessages array from an external file.
100100 */
101101 function getExternalMessages($filename, $languageCode) {

Status & tagging log