summaryrefslogtreecommitdiffstats
path: root/lib/public/files/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files/folder.php')
-rw-r--r--lib/public/files/folder.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/files/folder.php b/lib/public/files/folder.php
index 5c9785db571..7fec1c529a5 100644
--- a/lib/public/files/folder.php
+++ b/lib/public/files/folder.php
@@ -20,6 +20,11 @@
*
*/
+/**
+ * Public interface of ownCloud for apps to use.
+ * Files/Folder 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\Files;