From 674ca9a1c9764621eaf44c51e961f213e60d1161 Mon Sep 17 00:00:00 2001 From: seek3r Date: Tue, 8 May 2001 21:20:47 +0000 Subject: [PATCH] updated documentation tags --- phpgwapi/inc/class.Template_new.inc.php | 2 +- phpgwapi/inc/class.phpgw.inc.php | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/phpgwapi/inc/class.Template_new.inc.php b/phpgwapi/inc/class.Template_new.inc.php index 1fee3e2de1..63790b7c64 100644 --- a/phpgwapi/inc/class.Template_new.inc.php +++ b/phpgwapi/inc/class.Template_new.inc.php @@ -17,7 +17,7 @@ * Ben Woodhead * ben@echo-chn.net * LGPL -* @package cPage +* @package phpgwapi */ class Template { /** Internal Use - Array of file names */ diff --git a/phpgwapi/inc/class.phpgw.inc.php b/phpgwapi/inc/class.phpgw.inc.php index d718a8c60c..9ad156814d 100644 --- a/phpgwapi/inc/class.phpgw.inc.php +++ b/phpgwapi/inc/class.phpgw.inc.php @@ -23,14 +23,20 @@ \**************************************************************************/ /* $Id$ */ - - /*! - @class phpgw - @abstract Main class. Has a few functions but is more importantly used as a parent class for everything else. - @discussion written by: Seek3r
- Syntax: CreateObject('phpgwapi.phpgw');
- Example1: $phpgw = CreateObject('phpgwapi.acl'); + + + /** + * Base class + * Dan Kuykendall dan@kuykendall.org\n + * Base class. Has a few functions but is more importantly used as a parent class for everything else.\n + * Written by: Seek3r\n + * Order: short description - detailed description - doc tags. + * @package phpgwapi + * @param string A string which identifies the desired class - app.class + * Syntax: CreateObject('phpgwapi.phpgw');
+ * Example1: $phpgw = CreateObject('phpgwapi.acl'); */ + class phpgw { var $accounts;