[Pkg-owncloud-commits] [owncloud] 77/165: Add @since tag to public namespace constants
David Prévot
taffit at moszumanska.debian.org
Thu Apr 23 04:06:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit f6807337a8f576b92a2586efc00173229fd681c9
Author: Morris Jobke <hey at morrisjobke.de>
Date: Sat Apr 18 23:19:35 2015 +0200
Add @since tag to public namespace constants
---
lib/public/api.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/public/api.php b/lib/public/api.php
index 92de1c5..6b920b6 100644
--- a/lib/public/api.php
+++ b/lib/public/api.php
@@ -39,6 +39,7 @@ class API {
/**
* API authentication levels
+ * @since 8.1.0
*/
const GUEST_AUTH = 0;
const USER_AUTH = 1;
@@ -47,6 +48,7 @@ class API {
/**
* API Response Codes
+ * @since 8.1.0
*/
const RESPOND_UNAUTHORISED = 997;
const RESPOND_SERVER_ERROR = 996;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list