r68373 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68372‎ | r68373 | r68374 >
Date:20:02, 21 June 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/maintenance/language/lang2po.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/lang2po.php
@@ -73,7 +73,8 @@
7474
7575 /**
7676 * Return a dummy header for later edition.
77 - * @return string A dummy header
 77+ *
 78+ * @return String: a dummy header
7879 */
7980 private function poHeader() {
8081 return '# SOME DESCRIPTIVE TITLE.
@@ -99,8 +100,8 @@
100101 /**
101102 * generate and write a file in .po format.
102103 *
103 - * @param string $langcode Code of a language it will process.
104 - * @param array &$messages Array containing the various messages.
 104+ * @param $langcode String: code of a language it will process.
 105+ * @param $messages Array containing the various messages.
105106 * @return string Filename where stuff got saved or false.
106107 */
107108 private function generatePo( $langcode, $messages ) {

Status & tagging log