summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-06-04 12:49:33 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-06-04 12:49:33 +0200
commit64fe06710aba6a512e19a3a8a896278e503389b0 (patch)
treed781d73bd351d6d1c87c65cabb990ced041c67e8
parent300f6894e0a7a77300c049dcbc574a5ea97f92aa (diff)
downloadnextcloud-server-64fe06710aba6a512e19a3a8a896278e503389b0.tar.gz
nextcloud-server-64fe06710aba6a512e19a3a8a896278e503389b0.zip
add deprecated warning
-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 1a46180bb96..0df665f9bce 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
*