Update doxygen a bit
authorMax Semenik <maxsem@users.mediawiki.org>
Tue, 23 Feb 2010 18:36:46 +0000 (18:36 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Tue, 23 Feb 2010 18:36:46 +0000 (18:36 +0000)
includes/Title.php

index 8d7275f..b6d8529 100644 (file)
@@ -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}
         */