From 64fe06710aba6a512e19a3a8a896278e503389b0 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek <frank@owncloud.org> Date: Mon, 4 Jun 2012 12:49:33 +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 1a46180bb9..0df665f9bc 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