r65877 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65876‎ | r65877 | r65878 >
Date:20:52, 3 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPrefixindex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPrefixindex.php
@@ -45,8 +45,8 @@
4646
4747 /**
4848 * 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.
5151 */
5252 function namespacePrefixForm( $namespace = NS_MAIN, $from = '' ) {
5353 global $wgScript;
@@ -83,8 +83,9 @@
8484 }
8585
8686 /**
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)
8990 */
9091 function showPrefixChunk( $namespace = NS_MAIN, $prefix, $from = null ) {
9192 global $wgOut, $wgUser, $wgContLang, $wgLang;

Status & tagging log