ソースを参照

ZF-7315: review phpDoc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18839 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 年 前
コミット
a55fbc803b

+ 1 - 1
library/Zend/Gdata/MimeBodyString.php

@@ -25,7 +25,7 @@
  * A wrapper for strings for buffered reading.
  * A wrapper for strings for buffered reading.
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Zend_Gdata_MimeBodyString
+ * @package    Zend_Gdata
  * @subpackage Gdata
  * @subpackage Gdata
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License

+ 1 - 1
library/Zend/Gdata/MimeFile.php

@@ -25,7 +25,7 @@
  * A wrapper for strings for buffered reading.
  * A wrapper for strings for buffered reading.
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Zend_Gdata_MimeFile
+ * @package    Zend_Gdata
  * @subpackage Gdata
  * @subpackage Gdata
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License

+ 1 - 1
library/Zend/InfoCard/Adapter/Interface.php

@@ -25,7 +25,7 @@
  * a series of callback methods used by the component during processing of an information card
  * a series of callback methods used by the component during processing of an information card
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Zend_InfoCard_Adapter
+ * @package    Zend_InfoCard
  * @subpackage Adapter
  * @subpackage Adapter
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License

+ 2 - 2
library/Zend/Paginator/AdapterAggregate.php

@@ -13,7 +13,7 @@
  * to license@zend.com so we can send you a copy immediately.
  * to license@zend.com so we can send you a copy immediately.
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Paginator
+ * @package    Zend_Paginator
  * @subpackage Adapter
  * @subpackage Adapter
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
@@ -24,7 +24,7 @@
  * Interface that aggregates a Zend_Paginator_Adapter_Abstract just like IteratorAggregate does for Iterators.
  * Interface that aggregates a Zend_Paginator_Adapter_Abstract just like IteratorAggregate does for Iterators.
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Paginator
+ * @package    Zend_Paginator
  * @subpackage Adapter
  * @subpackage Adapter
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License

+ 2 - 2
library/Zend/Service/Amazon/Sqs.php

@@ -13,7 +13,7 @@
  * to license@zend.com so we can send you a copy immediately.
  * to license@zend.com so we can send you a copy immediately.
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Service
+ * @package    Zend_Service
  * @subpackage Amazon_Sqs
  * @subpackage Amazon_Sqs
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
@@ -34,7 +34,7 @@ require_once 'Zend/Crypt/Hmac.php';
  * Class for connecting to the Amazon Simple Queue Service (SQS)
  * Class for connecting to the Amazon Simple Queue Service (SQS)
  *
  *
  * @category   Zend
  * @category   Zend
- * @package    Service
+ * @package    Zend_Service
  * @subpackage Amazon_Sqs
  * @subpackage Amazon_Sqs
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @license    http://framework.zend.com/license/new-bsd     New BSD License