r63759 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63758‎ | r63759 | r63760 >
Date:21:20, 14 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/ConfEditor.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ConfEditor.php
@@ -72,7 +72,7 @@
7373 var $pathInfo;
7474
7575 /**
76 - * Next serial number for whitespace placeholder paths (@extra-N)
 76+ * Next serial number for whitespace placeholder paths (\@extra-N)
7777 */
7878 var $serial;
7979
@@ -104,7 +104,7 @@
105105
106106 /**
107107 * Edit the text. Returns the edited text.
108 - * @param array $ops Array of operations.
 108+ * @param $ops Array of operations.
109109 *
110110 * Operations are given as an associative array, with members:
111111 * type: One of delete, set, append or insert (required)
@@ -438,7 +438,7 @@
439439
440440 /**
441441 * Find the path name of the last element in the array.
442 - * If the array is empty, this will return the @extra interstitial element.
 442+ * If the array is empty, this will return the \@extra interstitial element.
443443 * If the specified path is not found or is not an array, it will return false.
444444 */
445445 function findLastArrayElement( $path ) {
@@ -474,7 +474,7 @@
475475
476476 /*
477477 * Find the path name of first element in the array.
478 - * If the array is empty, this will return the @extra interstitial element.
 478+ * If the array is empty, this will return the \@extra interstitial element.
479479 * If the specified path is not found or is not an array, it will return false.
480480 */
481481 function findFirstArrayElement( $path ) {
@@ -878,7 +878,7 @@
879879
880880 /**
881881 * Go to the next path on the same level. This ends the current path and
882 - * starts a new one. If $path is @next, the new path is set to the next
 882+ * starts a new one. If $path is \@next, the new path is set to the next
883883 * numeric array element.
884884 */
885885 function nextPath( $path ) {

Status & tagging log