diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-22 09:06:40 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-22 09:06:40 +0000 |
| commit | 70e0439015cd0b0b51c6de49b0a3983baab38263 (patch) | |
| tree | ca078732520ab386aa6f87fdfd10b1b63cbaf412 | |
| parent | 4ad3554909608b7a239ddbaa971335ca7fec8e10 (diff) | |
| download | calendar-70e0439015cd0b0b51c6de49b0a3983baab38263.tar.gz calendar-70e0439015cd0b0b51c6de49b0a3983baab38263.tar.bz2 calendar-70e0439015cd0b0b51c6de49b0a3983baab38263.zip | |
Tidy phpdoc tags for classes, and heading block
| -rw-r--r-- | Calendar.php | 7 | ||||
| -rw-r--r-- | box.php | 17 | ||||
| -rw-r--r-- | user_preferences_inc.php | 7 |
3 files changed, 24 insertions, 7 deletions
diff --git a/Calendar.php b/Calendar.php index 01ee4bf..a1b9eec 100644 --- a/Calendar.php +++ b/Calendar.php @@ -1,7 +1,11 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.36 2007/04/05 18:33:12 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.37 2007/06/22 09:06:40 lsces Exp $ * @package calendar + * + * @copyright Copyright (c) 2004-2006, bitweaver.org + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. */ /** @@ -12,6 +16,7 @@ include_once( KERNEL_PKG_PATH . 'BitDate.php' ); define( 'WEEK_OFFSET', !empty( $gBitUser->mUserPrefs['calendar_week_offset'] ) ? $gBitUser->mUserPrefs['calendar_week_offset'] : $gBitSystem->getConfig( 'calendar_week_offset', 0 ) ); /** * @package calendar + * @subpackage Calendar */ class Calendar extends LibertyContent { @@ -1,10 +1,17 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_calendar/box.php,v 1.4 2007/06/22 09:06:40 lsces Exp $ + * @package calendar + * @subpackage functions + * + * @copyright Copyright (c) 2004-2006, bitweaver.org + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. + */ -// $Header: /cvsroot/bitweaver/_bit_calendar/box.php,v 1.3 2007/04/06 14:30:10 nickpalmer Exp $ - -// Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. -// All Rights Reserved. See copyright.txt for details and a complete list of authors. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. +/** + * Setup + */ require_once( '../bit_setup_inc.php' ); global $gContent, $gBitSystem; diff --git a/user_preferences_inc.php b/user_preferences_inc.php index 27279c2..00fffea 100644 --- a/user_preferences_inc.php +++ b/user_preferences_inc.php @@ -1,7 +1,12 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_calendar/user_preferences_inc.php,v 1.2 2006/10/13 12:42:50 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_calendar/user_preferences_inc.php,v 1.3 2007/06/22 09:06:40 lsces Exp $ * @package calendar + * @subpackage functions + * + * @copyright Copyright (c) 2004-2006, bitweaver.org + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. */ /** |
