summaryrefslogtreecommitdiffstats
path: root/lib/public/app.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-06-04 12:45:45 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-06-04 12:45:45 +0200
commit1e6802e5678ed832bcdba8bcc9beb86ecabeecf2 (patch)
tree7dfb96ac1f10ee2a88b325ac1e85ef55292b3612 /lib/public/app.php
parentf3c1d1eded96e948b2ddc608de48778b62232231 (diff)
downloadnextcloud-server-1e6802e5678ed832bcdba8bcc9beb86ecabeecf2.tar.gz
nextcloud-server-1e6802e5678ed832bcdba8bcc9beb86ecabeecf2.zip
add deprecated warning
Diffstat (limited to 'lib/public/app.php')
-rw-r--r--lib/public/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/app.php b/lib/public/app.php
index 1f84087f076..9e2108818bf 100644
--- a/lib/public/app.php
+++ b/lib/public/app.php
@@ -36,7 +36,8 @@ namespace OCP;
class App {
/**
- * @brief makes owncloud aware of this app
+ * @brief Makes owncloud aware of this app
+ * @brief This call is deprecated and not necessary to use.
* @param $data array with all information
* @returns true/false
*