Commit 7c4cc20b0b94e30d6aee8911dd8c01049652e594

Authored by Kevin Fourie
1 parent 2d2e5d1f

Some more PHPDoc updates. There should be only two packages now -

KnowledgeTree and KTAPI.

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9736 c91229c3-7414-0410-bfa2-8a42b809f60b
bin/smarty_to_gettext.php
@@ -29,7 +29,6 @@ @@ -29,7 +29,6 @@
29 * 29 *
30 * If a parameter is a directory, the template files within will be parsed. 30 * If a parameter is a directory, the template files within will be parsed.
31 * 31 *
32 - * @package smarty-gettext  
33 * @version $Id$ 32 * @version $Id$
34 * @link http://smarty-gettext.sf.net/ 33 * @link http://smarty-gettext.sf.net/
35 * @author Sagi Bashari <sagi@boom.org.il> 34 * @author Sagi Bashari <sagi@boom.org.il>
lib/documentmanagement/DocumentLink.inc
@@ -35,12 +35,14 @@ @@ -35,12 +35,14 @@
35 * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices 35 * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices
36 * must display the words "Powered by KnowledgeTree" and retain the original 36 * must display the words "Powered by KnowledgeTree" and retain the original
37 * copyright notice. 37 * copyright notice.
38 - * Contributor( s): ______________________________________  
39 * 38 *
40 - *  
41 - * @author Bryn Divey, Jam Warehouse (Pty) Ltd, South Africa  
42 - * @package lib.documentmanagement 39 + * @copyright 2008-2009, KnowledgeTree Inc.
  40 + * @license GNU General Public License version 3
  41 + * @author KnowledgeTree Team
  42 + * @package KnowledgeTree
  43 + * @version Version 0.9
43 */ 44 */
  45 +
44 class DocumentLink extends KTEntity { 46 class DocumentLink extends KTEntity {
45 47
46 /** primary key value */ 48 /** primary key value */