From: Max Semenik Date: Tue, 23 Feb 2010 18:36:46 +0000 (+0000) Subject: Update doxygen a bit X-Git-Tag: 1.31.0-rc.0~37633 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e07022d5a0cf2114be3bc49d762a3a4b5dd4ff36;p=lhc%2Fweb%2Fwiklou.git Update doxygen a bit --- diff --git a/includes/Title.php b/includes/Title.php index 8d7275ff0d..b6d8529ab3 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -932,7 +932,7 @@ class Title { /** * Is this page "semi-protected" - the *only* protection is autoconfirm? * - * @param @action \type{\string} Action to check (default: edit) + * @param $action \type{\string} Action to check (default: edit) * @return \type{\bool} */ public function isSemiProtected( $action = 'edit' ) { @@ -956,7 +956,7 @@ class Title { /** * Does the title correspond to a protected article? - * @param $what \type{\string} the action the page is protected from, + * @param $action \type{\string} the action the page is protected from, * by default checks all actions. * @return \type{\bool} */