From 1e6802e5678ed832bcdba8bcc9beb86ecabeecf2 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Mon, 4 Jun 2012 12:45:45 +0200
Subject: [PATCH] add deprecated warning

---
 lib/public/app.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/public/app.php b/lib/public/app.php
index 1f84087f07..9e2108818b 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
          *
-- 
GitLab