From: Antoine Musso Date: Wed, 19 Jan 2005 14:05:40 +0000 (+0000) Subject: * Dummy phpdoc comments. X-Git-Tag: 1.5.0alpha1~887 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=57c6d72bab61846e897d7e61dae01ab8ca01e94c;p=lhc%2Fweb%2Fwiklou.git * Dummy phpdoc comments. * Double to single quote. --- 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 = '