From 57c6d72bab61846e897d7e61dae01ab8ca01e94c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 19 Jan 2005 14:05:40 +0000 Subject: [PATCH] * Dummy phpdoc comments. * Double to single quote. --- includes/SpecialAllpages.php | 39 +++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index e21392af24..48e1c2a11a 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -6,7 +6,8 @@ */ /** - * + * Entry point : initialise variables and call subfunctions. + * @param string $par ????? (default NULL) */ function wfSpecialAllpages( $par=NULL ) { global $indexMaxperpage, $toplevelMaxperpage, $wgRequest, $wgOut, $wgContLang; @@ -30,6 +31,11 @@ function wfSpecialAllpages( $par=NULL ) { } } +/** + * HTML for the top form + * @param integer $namespace A namespace constant (default NS_MAIN). + * @param string $from Article name we are starting listing at. + */ function namespaceForm ( $namespace = NS_MAIN, $from = '' ) { global $wgContLang, $wgScript; @@ -38,7 +44,7 @@ function namespaceForm ( $namespace = NS_MAIN, $from = '' ) { $namespaceselect = '