From: Alexandre Emsenhuber Date: Sun, 14 Mar 2010 21:20:34 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~37450 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=a43342c8f180762bc4ec62ac72a99e4648e2d9eb;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/ConfEditor.php b/includes/ConfEditor.php index f862ebb713..7b180a4596 100644 --- a/includes/ConfEditor.php +++ b/includes/ConfEditor.php @@ -72,7 +72,7 @@ class ConfEditor { var $pathInfo; /** - * Next serial number for whitespace placeholder paths (@extra-N) + * Next serial number for whitespace placeholder paths (\@extra-N) */ var $serial; @@ -104,7 +104,7 @@ class ConfEditor { /** * Edit the text. Returns the edited text. - * @param array $ops Array of operations. + * @param $ops Array of operations. * * Operations are given as an associative array, with members: * type: One of delete, set, append or insert (required) @@ -438,7 +438,7 @@ class ConfEditor { /** * Find the path name of the last element in the array. - * If the array is empty, this will return the @extra interstitial element. + * If the array is empty, this will return the \@extra interstitial element. * If the specified path is not found or is not an array, it will return false. */ function findLastArrayElement( $path ) { @@ -474,7 +474,7 @@ class ConfEditor { /* * Find the path name of first element in the array. - * If the array is empty, this will return the @extra interstitial element. + * If the array is empty, this will return the \@extra interstitial element. * If the specified path is not found or is not an array, it will return false. */ function findFirstArrayElement( $path ) { @@ -878,7 +878,7 @@ class ConfEditor { /** * Go to the next path on the same level. This ends the current path and - * starts a new one. If $path is @next, the new path is set to the next + * starts a new one. If $path is \@next, the new path is set to the next * numeric array element. */ function nextPath( $path ) {