aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-11-03 13:38:25 +0100
committerMorris Jobke <morris.jobke@gmail.com>2013-11-03 13:38:25 +0100
commitd2a48d58ce2ffa2a599721b8acd78cf25909d236 (patch)
tree4239705550ac213f05db4e9e82d9ccbb77ebb33e /lib/public/share.php
parent2dcaa4ddbfb1f331c40e63a62b27dc3eb731ed76 (diff)
downloadnextcloud-server-d2a48d58ce2ffa2a599721b8acd78cf25909d236.tar.gz
nextcloud-server-d2a48d58ce2ffa2a599721b8acd78cf25909d236.zip
fix "No page-level DocBlock"
Diffstat (limited to 'lib/public/share.php')
-rw-r--r--lib/public/share.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 7f4d918757f..01bf61a60a5 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -18,6 +18,15 @@
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+
+/**
+ * Public interface of ownCloud for apps to use.
+ * Share Class
+ *
+ */
+
+// 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;
/**