aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/inavigationmanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/inavigationmanager.php')
-rw-r--r--lib/public/inavigationmanager.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/public/inavigationmanager.php b/lib/public/inavigationmanager.php
index f89e790c1d0..a0be14edc31 100644
--- a/lib/public/inavigationmanager.php
+++ b/lib/public/inavigationmanager.php
@@ -4,9 +4,17 @@
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
- *
+ *
*/
+/**
+ * Public interface of ownCloud for apps to use.
+ * Navigation manager interface
+ *
+ */
+
+// use OCP namespace for all classes that are considered public.
+// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP;
/**