From: Alexandre Emsenhuber Date: Sat, 13 Mar 2010 21:09:39 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~37456 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=0c64a75480d7fcbd58102288a14e6c0c68da34e9;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index 8229770c23..61a82cf505 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -123,14 +123,14 @@ class ProtectedPagesForm { } /** - * @param $namespace int - * @param $type string - * @param $level string - * @param $minsize int - * @param $indefOnly bool - * @param $cascadeOnly bool - * @return string Input form - * @private + * @param $namespace Integer + * @param $type String: restriction type + * @param $level String: restriction level + * @param $sizetype String: "min" or "max" + * @param $size Integer + * @param $indefOnly Boolean: only indefinie protection + * @param $cascadeOnly Boolean: only cascading protection + * @return String: input form */ protected function showOptions( $namespace, $type='edit', $level, $sizetype, $size, $indefOnly, $cascadeOnly ) { global $wgScript; @@ -157,8 +157,8 @@ class ProtectedPagesForm { * Prepare the namespace filter drop-down; standard namespace * selector, sans the MediaWiki namespace * - * @param mixed $namespace Pre-select namespace - * @return string + * @param $namespace Mixed: pre-select namespace + * @return String */ protected function getNamespaceMenu( $namespace = null ) { return "" . diff --git a/includes/specials/SpecialProtectedtitles.php b/includes/specials/SpecialProtectedtitles.php index d65b3f7976..19a490cc37 100644 --- a/includes/specials/SpecialProtectedtitles.php +++ b/includes/specials/SpecialProtectedtitles.php @@ -85,10 +85,11 @@ class ProtectedTitlesForm { } /** - * @param $namespace int + * @param $namespace Integer: * @param $type string * @param $level string - * @param $minsize int + * @param $sizetype Unused + * @param $size Unused * @private */ function showOptions( $namespace, $type='edit', $level, $sizetype, $size ) { @@ -110,7 +111,7 @@ class ProtectedTitlesForm { * Prepare the namespace filter drop-down; standard namespace * selector, sans the MediaWiki namespace * - * @param mixed $namespace Pre-select namespace + * @param $namespace Mixed: pre-select namespace * @return string */ function getNamespaceMenu( $namespace = null ) {