From 7c4cc20b0b94e30d6aee8911dd8c01049652e594 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Wed, 21 Jan 2009 08:05:10 +0000 Subject: [PATCH] Some more PHPDoc updates. There should be only two packages now - KnowledgeTree and KTAPI. --- bin/smarty_to_gettext.php | 1 - lib/documentmanagement/DocumentLink.inc | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/smarty_to_gettext.php b/bin/smarty_to_gettext.php index c7a6fc1..358f423 100644 --- a/bin/smarty_to_gettext.php +++ b/bin/smarty_to_gettext.php @@ -29,7 +29,6 @@ * * If a parameter is a directory, the template files within will be parsed. * - * @package smarty-gettext * @version $Id$ * @link http://smarty-gettext.sf.net/ * @author Sagi Bashari diff --git a/lib/documentmanagement/DocumentLink.inc b/lib/documentmanagement/DocumentLink.inc index 3ef92d5..3703c17 100644 --- a/lib/documentmanagement/DocumentLink.inc +++ b/lib/documentmanagement/DocumentLink.inc @@ -35,12 +35,14 @@ * 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): ______________________________________ * - * - * @author Bryn Divey, Jam Warehouse (Pty) Ltd, South Africa - * @package lib.documentmanagement + * @copyright 2008-2009, KnowledgeTree Inc. + * @license GNU General Public License version 3 + * @author KnowledgeTree Team + * @package KnowledgeTree + * @version Version 0.9 */ + class DocumentLink extends KTEntity { /** primary key value */ -- libgit2 0.21.4