summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-06-04 13:04:37 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-06-04 13:04:37 +0200
commit8554525ebecdea8f41c8f482420c0b5e434c29a0 (patch)
tree9640deeb2f402743bd09a3ab5a21a014c9c2dcdb
parentb48228ae3d27b277003b7baee39ca7711d4a5f7f (diff)
parent64fe06710aba6a512e19a3a8a896278e503389b0 (diff)
downloadnextcloud-server-8554525ebecdea8f41c8f482420c0b5e434c29a0.tar.gz
nextcloud-server-8554525ebecdea8f41c8f482420c0b5e434c29a0.zip
Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4
-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
*