From e07022d5a0cf2114be3bc49d762a3a4b5dd4ff36 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Tue, 23 Feb 2010 18:36:46 +0000 Subject: [PATCH] Update doxygen a bit --- includes/Title.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} */ -- 2.20.1