Skip to content
Snippets Groups Projects
Commit b055ebc1 authored by Sam Tuke's avatar Sam Tuke
Browse files

added documentation to OCP namespace

parent 7a502831
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,12 @@
*
*/
// 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
/**
* @brief use OCP namespace for all classes that are considered public.
*
* Classes that use this namespace are for use by apps, and not for use by internal
* OC classes
*/
namespace OCP;
class Config {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment