From 0f7d1be2fbeb729edff137cfc2a24947acb0f856 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 3 May 2010 20:52:32 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/specials/SpecialPrefixindex.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; -- 2.20.1