Author: as
Date: Mon Oct 8 09:03:09 2007
New Revision: 6380
Log:
- Fixed the comment headers of source files.
Modified:
trunk/Feed/src/exceptions/can_not_parse.php
trunk/Feed/src/exceptions/exception.php
trunk/Feed/src/exceptions/item_data_missing.php
trunk/Feed/src/exceptions/meta_data_missing.php
trunk/Feed/src/exceptions/only_one_value_allowed.php
trunk/Feed/src/exceptions/parse_error.php
trunk/Feed/src/exceptions/unsupported_module.php
trunk/Feed/src/exceptions/unsupported_module_element.php
trunk/Feed/src/exceptions/unsupported_module_item_element.php
trunk/Feed/src/exceptions/unsupported_type.php
trunk/Feed/src/feed.php
trunk/Feed/src/feed_item.php
trunk/Feed/src/interfaces/module.php
trunk/Feed/src/interfaces/parser.php
trunk/Feed/src/interfaces/processor.php
trunk/Feed/src/modules/content.php
trunk/Feed/src/modules/dublin_core.php
trunk/Feed/src/processors/atom.php
trunk/Feed/src/processors/rss.php
trunk/Feed/src/processors/rss1.php
trunk/Feed/src/processors/rss2.php
trunk/Feed/src/structs/item_module_data.php
trunk/Feed/src/structs/module_data.php
Modified: trunk/Feed/src/exceptions/can_not_parse.php
==============================================================================
--- trunk/Feed/src/exceptions/can_not_parse.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/can_not_parse.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedCanNotParseException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/exception.php
==============================================================================
--- trunk/Feed/src/exceptions/exception.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/exception.php [iso-8859-1] Mon Oct 8 09:03:09
2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/item_data_missing.php
==============================================================================
--- trunk/Feed/src/exceptions/item_data_missing.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/item_data_missing.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedRequiredItemDataMissingException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/meta_data_missing.php
==============================================================================
--- trunk/Feed/src/exceptions/meta_data_missing.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/meta_data_missing.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedRequiredMetaDataMissingException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/only_one_value_allowed.php
==============================================================================
--- trunk/Feed/src/exceptions/only_one_value_allowed.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/only_one_value_allowed.php [iso-8859-1] Mon Oct
8 09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedOnlyOneValueAllowedException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/parse_error.php
==============================================================================
--- trunk/Feed/src/exceptions/parse_error.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/parse_error.php [iso-8859-1] Mon Oct 8 09:03:09
2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedParseErrorException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/unsupported_module.php
==============================================================================
--- trunk/Feed/src/exceptions/unsupported_module.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/unsupported_module.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedUnsupportedModuleException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/unsupported_module_element.php
==============================================================================
--- trunk/Feed/src/exceptions/unsupported_module_element.php [iso-8859-1]
(original)
+++ trunk/Feed/src/exceptions/unsupported_module_element.php [iso-8859-1] Mon
Oct 8 09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedUnsupportedModuleElementException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/unsupported_module_item_element.php
==============================================================================
--- trunk/Feed/src/exceptions/unsupported_module_item_element.php [iso-8859-1]
(original)
+++ trunk/Feed/src/exceptions/unsupported_module_item_element.php [iso-8859-1]
Mon Oct 8 09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedUnsupportedModuleItemElementException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/exceptions/unsupported_type.php
==============================================================================
--- trunk/Feed/src/exceptions/unsupported_type.php [iso-8859-1] (original)
+++ trunk/Feed/src/exceptions/unsupported_type.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedUnsupportedTypeException class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/feed.php
==============================================================================
--- trunk/Feed/src/feed.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,16 +1,22 @@
<?php
/**
+ * File containing the ezcFeed class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
+ * ezcFeed.
+ *
* @property-read array(int=>ezcFeedItem) $items The items belonging to the
feed.
+ *
* @package Feed
* @version //autogentag//
+ * @mainclass
*/
class ezcFeed implements Iterator
{
Modified: trunk/Feed/src/feed_item.php
==============================================================================
--- trunk/Feed/src/feed_item.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed_item.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,15 +1,20 @@
<?php
/**
+ * File containing the ezcFeedItem class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
+ * ezcFeedItem.
+ *
* @package Feed
* @version //autogentag//
+ * @mainclass
*/
class ezcFeedItem
{
Modified: trunk/Feed/src/interfaces/module.php
==============================================================================
--- trunk/Feed/src/interfaces/module.php [iso-8859-1] (original)
+++ trunk/Feed/src/interfaces/module.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedModule interface.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
interface ezcFeedModule
{
Modified: trunk/Feed/src/interfaces/parser.php
==============================================================================
--- trunk/Feed/src/interfaces/parser.php [iso-8859-1] (original)
+++ trunk/Feed/src/interfaces/parser.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedParser interface.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
interface ezcFeedParser
{
Modified: trunk/Feed/src/interfaces/processor.php
==============================================================================
--- trunk/Feed/src/interfaces/processor.php [iso-8859-1] (original)
+++ trunk/Feed/src/interfaces/processor.php [iso-8859-1] Mon Oct 8 09:03:09
2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedProcessor class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
abstract class ezcFeedProcessor
{
Modified: trunk/Feed/src/modules/content.php
==============================================================================
--- trunk/Feed/src/modules/content.php [iso-8859-1] (original)
+++ trunk/Feed/src/modules/content.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedModuleContent class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
class ezcFeedModuleContent implements ezcFeedModule
{
Modified: trunk/Feed/src/modules/dublin_core.php
==============================================================================
--- trunk/Feed/src/modules/dublin_core.php [iso-8859-1] (original)
+++ trunk/Feed/src/modules/dublin_core.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedModuleDublinCore class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
class ezcFeedModuleDublinCore implements ezcFeedModule
{
Modified: trunk/Feed/src/processors/atom.php
==============================================================================
--- trunk/Feed/src/processors/atom.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/atom.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedAtom class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
class ezcFeedAtom extends ezcFeedProcessor implements ezcFeedParser
{
Modified: trunk/Feed/src/processors/rss.php
==============================================================================
--- trunk/Feed/src/processors/rss.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/rss.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedRss class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
abstract class ezcFeedRss extends ezcFeedProcessor implements ezcFeedParser
{
Modified: trunk/Feed/src/processors/rss1.php
==============================================================================
--- trunk/Feed/src/processors/rss1.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/rss1.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedRss1 class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
class ezcFeedRss1 extends ezcFeedRss
{
Modified: trunk/Feed/src/processors/rss2.php
==============================================================================
--- trunk/Feed/src/processors/rss2.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/rss2.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,17 +1,17 @@
<?php
/**
+ * File containing the ezcFeedRss2 class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
- * @access private
*/
/**
* @package Feed
* @version //autogentag//
- * @access private
*/
class ezcFeedRss2 extends ezcFeedRss
{
Modified: trunk/Feed/src/structs/item_module_data.php
==============================================================================
--- trunk/Feed/src/structs/item_module_data.php [iso-8859-1] (original)
+++ trunk/Feed/src/structs/item_module_data.php [iso-8859-1] Mon Oct 8
09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedItemModuleData class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
Modified: trunk/Feed/src/structs/module_data.php
==============================================================================
--- trunk/Feed/src/structs/module_data.php [iso-8859-1] (original)
+++ trunk/Feed/src/structs/module_data.php [iso-8859-1] Mon Oct 8 09:03:09 2007
@@ -1,10 +1,12 @@
<?php
/**
+ * File containing the ezcFeedModuleData class.
+ *
+ * @package Feed
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
* @filesource
- * @package Feed
*/
/**
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components