diff options
Diffstat (limited to 'lib/private/navigationmanager.php')
-rw-r--r-- | lib/private/navigationmanager.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/navigationmanager.php b/lib/private/navigationmanager.php index 1f657b9ad80..8ad2f4c8f63 100644 --- a/lib/private/navigationmanager.php +++ b/lib/private/navigationmanager.php @@ -29,15 +29,15 @@ class NavigationManager implements \OCP\INavigationManager { } /** - * @brief returns all the added Menu entries - * @return array of the added entries + * returns all the added Menu entries + * @return array an array of the added entries */ public function getAll() { return $this->entries; } /** - * @brief removes all the entries + * removes all the entries */ public function clear() { $this->entries = array(); @@ -52,7 +52,7 @@ class NavigationManager implements \OCP\INavigationManager { } /** - * @brief gets the active Menu entry + * gets the active Menu entry * @return string id or empty string * * This function returns the id of the active navigation entry (set by |