Index: trunk/phase3/includes/ConfEditor.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | var $pathInfo; |
74 | 74 | |
75 | 75 | /** |
76 | | - * Next serial number for whitespace placeholder paths (@extra-N) |
| 76 | + * Next serial number for whitespace placeholder paths (\@extra-N) |
77 | 77 | */ |
78 | 78 | var $serial; |
79 | 79 | |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | |
106 | 106 | /** |
107 | 107 | * Edit the text. Returns the edited text. |
108 | | - * @param array $ops Array of operations. |
| 108 | + * @param $ops Array of operations. |
109 | 109 | * |
110 | 110 | * Operations are given as an associative array, with members: |
111 | 111 | * type: One of delete, set, append or insert (required) |
— | — | @@ -438,7 +438,7 @@ |
439 | 439 | |
440 | 440 | /** |
441 | 441 | * 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. |
443 | 443 | * If the specified path is not found or is not an array, it will return false. |
444 | 444 | */ |
445 | 445 | function findLastArrayElement( $path ) { |
— | — | @@ -474,7 +474,7 @@ |
475 | 475 | |
476 | 476 | /* |
477 | 477 | * 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. |
479 | 479 | * If the specified path is not found or is not an array, it will return false. |
480 | 480 | */ |
481 | 481 | function findFirstArrayElement( $path ) { |
— | — | @@ -878,7 +878,7 @@ |
879 | 879 | |
880 | 880 | /** |
881 | 881 | * 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 |
883 | 883 | * numeric array element. |
884 | 884 | */ |
885 | 885 | function nextPath( $path ) { |