From 62569fb3ae641601cb41fcb91240ff91f4e22b6c Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Tue, 20 Jan 2009 09:34:53 +0000 Subject: [PATCH] Updated some PHPDoc tags. --- ktapi/KTAPIAcl.inc.php | 9 ++++++++- ktapi/KTAPIBulkActions.inc.php | 2 +- ktapi/KTAPICollection.inc.php | 15 +++++++++++++-- ktapi/KTAPIConstants.inc.php | 8 ++++++-- ktapi/KTAPISession.inc.php | 4 +++- 5 files changed, 31 insertions(+), 7 deletions(-) diff --git a/ktapi/KTAPIAcl.inc.php b/ktapi/KTAPIAcl.inc.php index a54702d..9f3c835 100644 --- a/ktapi/KTAPIAcl.inc.php +++ b/ktapi/KTAPIAcl.inc.php @@ -33,8 +33,12 @@ * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices * must display the words "Powered by KnowledgeTree" and retain the original * copyright notice. - * Contributor( s): ______________________________________ * + * @copyright 2008-2009, KnowledgeTree Inc. + * @license GNU General Public License version 3 + * @author KnowledgeTree Team + * @package KnowledgeTree API + * @version Version 0.9 */ /** @@ -43,6 +47,9 @@ * To create a getter property XXX, implement functions called getXXX(). * To create a setter property XXX, implement function called setXXX($property). * + * @author KnowledgeTree Team + * @package KnowledgeTree API + * @version 0.9 */ abstract class KTAPI_Dynamic { diff --git a/ktapi/KTAPIBulkActions.inc.php b/ktapi/KTAPIBulkActions.inc.php index e6b98bf..776c436 100644 --- a/ktapi/KTAPIBulkActions.inc.php +++ b/ktapi/KTAPIBulkActions.inc.php @@ -572,4 +572,4 @@ class KTAPI_BulkActions return; } } -?> \ No newline at end of file +?> diff --git a/ktapi/KTAPICollection.inc.php b/ktapi/KTAPICollection.inc.php index 03de34e..4aff24b 100644 --- a/ktapi/KTAPICollection.inc.php +++ b/ktapi/KTAPICollection.inc.php @@ -33,10 +33,21 @@ * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices * must display the words "Powered by KnowledgeTree" and retain the original * copyright notice. - * Contributor( s): ______________________________________ * + * @copyright 2008-2009, KnowledgeTree Inc. + * @license GNU General Public License version 3 + * @author KnowledgeTree Team + * @package KnowledgeTree API + * @version Version 0.9 */ +/** + * API for the handling collections within KnowledgeTree + * + * @author KnowledgeTree Team + * @package KnowledgeTree API + * @version 0.9 + */ class KTAPI_Collection { /** @@ -72,4 +83,4 @@ class KTAPI_Collection { } -?> \ No newline at end of file +?> diff --git a/ktapi/KTAPIConstants.inc.php b/ktapi/KTAPIConstants.inc.php index 058e38b..66dc795 100644 --- a/ktapi/KTAPIConstants.inc.php +++ b/ktapi/KTAPIConstants.inc.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> -- libgit2 0.21.4