summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-10-13 12:46:07 +0000
committerLester Caine <lester@lsces.co.uk>2006-10-13 12:46:07 +0000
commit70e10eebff565f4c337079d85c0b7f1c45ebca36 (patch)
treeaf9019b44492e2aefbe5066e2c33d92204be3e6f
parentf558bedb1c5b6832877e3ab0d2d771e714750172 (diff)
downloadnexus-70e10eebff565f4c337079d85c0b7f1c45ebca36.tar.gz
nexus-70e10eebff565f4c337079d85c0b7f1c45ebca36.tar.bz2
nexus-70e10eebff565f4c337079d85c0b7f1c45ebca36.zip
phpDoc corrections
-rw-r--r--NexusSystem.php22
1 files changed, 13 insertions, 9 deletions
diff --git a/NexusSystem.php b/NexusSystem.php
index 8f520e7..2e614fe 100644
--- a/NexusSystem.php
+++ b/NexusSystem.php
@@ -1,21 +1,25 @@
<?php
/**
- * @version: $Header: /cvsroot/bitweaver/_bit_nexus/NexusSystem.php,v 1.7 2006/10/11 10:15:23 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_nexus/NexusSystem.php,v 1.8 2006/10/13 12:46:07 lsces Exp $
*
- * @author: xing <xing@synapse.plus.com>
- * @version: $Revision: 1.7 $
- * @created: Monday Jul 03, 2006 11:06:47 CEST
- * @package: nexus
- * @copyright: 2003-2006 bitweaver
- * @license: LGPL {@link http://www.gnu.org/licenses/lgpl.html}
+ * @author xing <xing@synapse.plus.com>
+ * @version $Revision: 1.8 $
+ * created Monday Jul 03, 2006 11:06:47 CEST
+ * @package nexus
+ * @copyright 2003-2006 bitweaver
+ * @license LGPL {@link http://www.gnu.org/licenses/lgpl.html}
**/
-require_once( LIBERTY_PKG_PATH.'LibertySystem.php' );
+/**
+ * Setup
+ */
+require_once( LIBERTY_PKG_PATH.'LibertySystem.php' );
define( 'NEXUS_DEFAULT_MENU', 'suckerfish' );
/**
* NexusSystem
*
+ * @package nexus
* @uses LibertySystem
*/
class NexusSystem extends LibertySystem {
@@ -43,7 +47,7 @@ class NexusSystem extends LibertySystem {
#* @abstract
#* @author xing <xing@synapse.plus.com>
#* copied copied from LibertySystem.php
-#* @version $Revision: 1.7 $
+#* @version $Revision: 1.8 $
#* @package nexus
#*/
#