From: Frank Karlitschek Date: Mon, 4 Jun 2012 10:45:45 +0000 (+0200) Subject: add deprecated warning X-Git-Tag: v4.5.0beta1~74^2~424^2~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e6802e5678ed832bcdba8bcc9beb86ecabeecf2;p=nextcloud-server.git add deprecated warning --- 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 *