Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -45,8 +45,8 @@ |
46 | 46 | |
47 | 47 | /** |
48 | 48 | * HTML for the top form |
49 | | - * @param integer $namespace A namespace constant (default NS_MAIN). |
50 | | - * @param string $from dbKey we are starting listing at. |
| 49 | + * @param $namespace Integer: a namespace constant (default NS_MAIN). |
| 50 | + * @param $from String: dbKey we are starting listing at. |
51 | 51 | */ |
52 | 52 | function namespacePrefixForm( $namespace = NS_MAIN, $from = '' ) { |
53 | 53 | global $wgScript; |
— | — | @@ -83,8 +83,9 @@ |
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |
87 | | - * @param integer $namespace (Default NS_MAIN) |
88 | | - * @param string $from list all pages from this name (default FALSE) |
| 87 | + * @param $namespace Integer, default NS_MAIN |
| 88 | + * @param $prefix String |
| 89 | + * @param $from String: list all pages from this name (default FALSE) |
89 | 90 | */ |
90 | 91 | function showPrefixChunk( $namespace = NS_MAIN, $prefix, $from = null ) { |
91 | 92 | global $wgOut, $wgUser, $wgContLang, $wgLang; |