From: Alexandre Emsenhuber Date: Wed, 10 Feb 2010 21:42:31 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~37831 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=353ed3b49cb186ff4c14b5a4e346f2d7f9b5a406;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/maintenance/language/diffLanguage.php b/maintenance/language/diffLanguage.php index 9d395b3c96..bbdb8653c2 100644 --- a/maintenance/language/diffLanguage.php +++ b/maintenance/language/diffLanguage.php @@ -69,7 +69,7 @@ function ucfirstlcrest($string) { /** * Return a $wgAllmessages array shipped in MediaWiki - * @param string $languageCode Formated language code + * @param $languageCode String: formated language code * @return array The MediaWiki default $wgAllMessages array requested */ function getMediawikiMessages($languageCode = 'En') { @@ -93,8 +93,8 @@ function getMediawikiMessages($languageCode = 'En') { /** * Return a $wgAllmessages array in a given file. Language of the array * need to be given cause we can not detect which language it provides - * @param string $filename Filename of the file containing a message array - * @param string $languageCode Language of the external array + * @param $filename String: filename of the file containing a message array + * @param $languageCode String: language of the external array * @return array A $wgAllMessages array from an external file. */ function getExternalMessages($filename, $languageCode) { diff --git a/maintenance/language/rebuildLanguage.php b/maintenance/language/rebuildLanguage.php index dd3bbd183c..6c624ca317 100644 --- a/maintenance/language/rebuildLanguage.php +++ b/maintenance/language/rebuildLanguage.php @@ -17,7 +17,7 @@ require_once( 'writeMessagesArray.inc' ); * @param $code The language code. * @param $write Write to the messages file? * @param $listUnknown List the unknown messages? - * @param $removeUnKnown Remove the unknown messages? + * @param $removeUnknown Remove the unknown messages? * @param $removeDupes Remove the duplicated messages? * @param $dupeMsgSource The source file intended to remove from the array. */