r62884 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62883‎ | r62884 | r62885 >
Date:18:36, 23 February 2010
Author:maxsem
Status:ok
Tags:
Comment:
Update doxygen a bit
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -932,7 +932,7 @@
933933 /**
934934 * Is this page "semi-protected" - the *only* protection is autoconfirm?
935935 *
936 - * @param @action \type{\string} Action to check (default: edit)
 936+ * @param $action \type{\string} Action to check (default: edit)
937937 * @return \type{\bool}
938938 */
939939 public function isSemiProtected( $action = 'edit' ) {
@@ -956,7 +956,7 @@
957957
958958 /**
959959 * Does the title correspond to a protected article?
960 - * @param $what \type{\string} the action the page is protected from,
 960+ * @param $action \type{\string} the action the page is protected from,
961961 * by default checks all actions.
962962 * @return \type{\bool}
963963 */

Status & tagging log