From 74aa6037f8a84996e8e4d909737e6f1b72b3a1b0 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 15 Feb 2007 19:36:12 +0000 Subject: Add phpdoc comment blocks for documentation --- BitBoard.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'BitBoard.php') diff --git a/BitBoard.php b/BitBoard.php index 280795a..307129c 100644 --- a/BitBoard.php +++ b/BitBoard.php @@ -1,19 +1,19 @@ + * @version $Revision: 1.23 $ $Date: 2007/02/15 19:36:12 $ $Author: lsces $ + * @package boards + */ /** -* BitBoard class to illustrate best practices when creating a new bitweaver package that -* builds on core bitweaver functionality, such as the Liberty CMS engine -* -* @date created 2004/8/15 -* @author spider -* @version $Revision: 1.22 $ $Date: 2007/02/14 08:19:27 $ $Author: bitweaver $ -* @class BitBoard -*/ - + * required setup + */ require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' ); /** @@ -21,6 +21,9 @@ require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' ); */ define( 'BITBOARD_CONTENT_TYPE_GUID', 'bitboard' ); +/** + * @package boards + */ class BitBoard extends LibertyAttachable { /** * Primary key for our mythical BitBoard class object & table -- cgit v1.3