From: Alexandre Emsenhuber Date: Mon, 3 May 2010 20:52:32 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36955 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=0f7d1be2fbeb729edff137cfc2a24947acb0f856;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 8b5f0c93ba..0afc88aad5 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -45,8 +45,8 @@ class SpecialPrefixindex extends SpecialAllpages { /** * HTML for the top form - * @param integer $namespace A namespace constant (default NS_MAIN). - * @param string $from dbKey we are starting listing at. + * @param $namespace Integer: a namespace constant (default NS_MAIN). + * @param $from String: dbKey we are starting listing at. */ function namespacePrefixForm( $namespace = NS_MAIN, $from = '' ) { global $wgScript; @@ -83,8 +83,9 @@ class SpecialPrefixindex extends SpecialAllpages { } /** - * @param integer $namespace (Default NS_MAIN) - * @param string $from list all pages from this name (default FALSE) + * @param $namespace Integer, default NS_MAIN + * @param $prefix String + * @param $from String: list all pages from this name (default FALSE) */ function showPrefixChunk( $namespace = NS_MAIN, $prefix, $from = null ) { global $wgOut, $wgUser, $wgContLang, $wgLang;