diff options
Diffstat (limited to 'lib/public/iconfig.php')
-rw-r--r-- | lib/public/iconfig.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index 850bddf6935..d8ac3ae6fc3 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.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. + * Config 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; /** |