diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-22 11:12:28 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-22 11:12:28 +0000 |
| commit | ac66686f8271cc2ccc418a839db785603aad1001 (patch) | |
| tree | f5a88a9a3066f0d6bdf909896f9cc507f7b6f8ca | |
| parent | 6e1bd688cc684dae87771947aad5a12bcf8ffed0 (diff) | |
| download | articles-ac66686f8271cc2ccc418a839db785603aad1001.tar.gz articles-ac66686f8271cc2ccc418a839db785603aad1001.tar.bz2 articles-ac66686f8271cc2ccc418a839db785603aad1001.zip | |
Remove subpackage tag from class - phpdoc 1.3.2 handles correctly now
| -rw-r--r-- | BitArticle.php | 7 | ||||
| -rw-r--r-- | BitArticleTopic.php | 3 | ||||
| -rw-r--r-- | BitArticleType.php | 3 |
3 files changed, 5 insertions, 8 deletions
diff --git a/BitArticle.php b/BitArticle.php index 9c196c8..de1361a 100644 --- a/BitArticle.php +++ b/BitArticle.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticle.php,v 1.119 2007/06/22 09:04:47 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticle.php,v 1.120 2007/06/22 11:12:28 lsces Exp $ * @package article * * Copyright( c )2004 bitweaver.org @@ -9,14 +9,14 @@ * 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 * - * $Id: BitArticle.php,v 1.119 2007/06/22 09:04:47 lsces Exp $ + * $Id: BitArticle.php,v 1.120 2007/06/22 11:12:28 lsces Exp $ * * Article class is used when accessing BitArticles. It is based on TikiSample * and builds on core bitweaver functionality, such as the Liberty CMS engine. * * created 2004/8/15 * @author wolffy <wolff_borg@yahoo.com.au> - * @version $Revision: 1.119 $ $Date: 2007/06/22 09:04:47 $ $Author: lsces $ + * @version $Revision: 1.120 $ $Date: 2007/06/22 11:12:28 $ $Author: lsces $ */ /** @@ -29,7 +29,6 @@ require_once( LIBERTY_PKG_PATH.'LibertyComment.php' ); /** * @package article - * @subpackage BitArticle */ class BitArticle extends LibertyAttachable { /** diff --git a/BitArticleTopic.php b/BitArticleTopic.php index e8e9d30..2573a93 100644 --- a/BitArticleTopic.php +++ b/BitArticleTopic.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleTopic.php,v 1.34 2007/06/22 09:04:47 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleTopic.php,v 1.35 2007/06/22 11:12:28 lsces Exp $ * @package article * * @copyright Copyright (c) 2004-2006, bitweaver.org @@ -19,7 +19,6 @@ define( 'ARTICLE_TOPIC_THUMBNAIL_SIZE', $gBitSystem->getConfig( 'article_topic_t /** * @package article - * @subpackage BitArticleTopic */ class BitArticleTopic extends BitBase { var $mTopicId; diff --git a/BitArticleType.php b/BitArticleType.php index 04c246b..60f5da3 100644 --- a/BitArticleType.php +++ b/BitArticleType.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleType.php,v 1.17 2007/06/22 09:04:47 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleType.php,v 1.18 2007/06/22 11:12:28 lsces Exp $ * @package article * * @copyright Copyright (c) 2004-2006, bitweaver.org @@ -16,7 +16,6 @@ require_once(ARTICLES_PKG_PATH.'BitArticle.php'); /** * @package article - * @subpackage BitArticleType */ class BitArticleType extends BitBase { |
