Skip to content

Commit

Permalink
Updating all @Package annotations in doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 26, 2011
1 parent 21ff9ca commit cfd2d9e
Show file tree
Hide file tree
Showing 547 changed files with 1,294 additions and 1,294 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Cache/Cache.php
Expand Up @@ -13,7 +13,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs
* @package Cake.Cache
* @since CakePHP(tm) v 1.2.0.4933
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down Expand Up @@ -41,7 +41,7 @@
* general all Cache operations are supported by all cache engines. However, Cache::increment() and
* Cache::decrement() are not supported by File caching.
*
* @package cake.libs
* @package Cake.Cache
*/
class Cache {

Expand Down Expand Up @@ -484,7 +484,7 @@ public static function settings($name = 'default') {
/**
* Storage engine for CakePHP caching
*
* @package cake.libs
* @package Cake.Cache
*/
abstract class CacheEngine {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Cache/Engine/ApcEngine.php
Expand Up @@ -13,15 +13,15 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.cache
* @package Cake.Cache.Engine
* @since CakePHP(tm) v 1.2.0.4933
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

/**
* APC storage engine for cache
*
* @package cake.libs.cache
* @package Cake.Cache.Engine
*/
class ApcEngine extends CacheEngine {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/FileEngine.php
Expand Up @@ -23,7 +23,7 @@
/**
* File Storage engine for cache
*
* @package cake.libs.cache
* @package Cake.Cache.Engine
*/
class FileEngine extends CacheEngine {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Cache/Engine/MemcacheEngine.php
Expand Up @@ -13,7 +13,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.cache
* @package Cake.Cache.Engine
* @since CakePHP(tm) v 1.2.0.4933
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -23,7 +23,7 @@
* control you have over expire times far in the future. See MemcacheEngine::write() for
* more information.
*
* @package cake.libs.cache
* @package Cake.Cache.Engine
*/
class MemcacheEngine extends CacheEngine {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Cache/Engine/WincacheEngine.php
Expand Up @@ -14,15 +14,15 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.cache
* @package Cake.Cache.Engine
* @since CakePHP(tm) v 1.2.0.4933
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

/**
* Wincache storage engine for cache
*
* @package cake.libs.cache
* @package Cake.Cache.Engine
*/
class WincacheEngine extends CacheEngine {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Cache/Engine/XcacheEngine.php
Expand Up @@ -12,7 +12,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.cache
* @package Cake.Cache.Engine
* @since CakePHP(tm) v 1.2.0.4947
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -21,7 +21,7 @@
* Xcache storage engine for cache
*
* @link http://trac.lighttpd.net/xcache/ Xcache
* @package cake.libs.cache
* @package Cake.Cache.Engine
*/
class XcacheEngine extends CacheEngine {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/config.php
Expand Up @@ -12,7 +12,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config
* @package Cake.Config
* @since CakePHP(tm) v 1.1.11.4062
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/routes.php
Expand Up @@ -12,7 +12,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config
* @package Cake.Config
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0080_00ff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0100_017f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0180_024F.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0250_02af.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.6833
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0370_03ff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0400_04ff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0500_052f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/0530_058f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/1e00_1eff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/1f00_1fff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2100_214f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2150_218f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2460_24ff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2c00_2c5f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2c60_2c7f.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/2c80_2cff.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Config/unicode/casefolding/ff00_ffef.php
Expand Up @@ -18,7 +18,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.config.unicode.casefolding
* @package Cake.Config.unicode.casefolding
* @since CakePHP(tm) v 1.2.0.5691
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Configure/IniReader.php
Expand Up @@ -12,7 +12,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.config
* @package Cake.Configure
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand Down Expand Up @@ -47,7 +47,7 @@
* 'yes', 'no', 'on', 'off', 'null' are handled. These values will be
* converted to their boolean equivalents.
*
* @package cake.config
* @package Cake.Configure
* @see http://php.net/parse_ini_file
*/
class IniReader implements ConfigReaderInterface {
Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Configure/PhpReader.php
Expand Up @@ -12,7 +12,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
* @package cake.libs.config
* @package Cake.Configure
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -24,7 +24,7 @@
* Files compatible with PhpReader should define a `$config` variable, that
* contains all of the configuration data contained in the file.
*
* @package cake.libs.config
* @package Cake.Configure
*/
class PhpReader implements ConfigReaderInterface {
/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/AppShell.php
Expand Up @@ -23,7 +23,7 @@
* Add your application-wide methods in the class below, your shells
* will inherit them.
*
* @package Cake.Console
* @package Cake.Console
*/
class AppShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/AclShell.php
Expand Up @@ -23,7 +23,7 @@
* Shell for ACL management. This console is known to have issues with zend.ze1_compatibility_mode
* being enabled. Be sure to turn it off when using this shell.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
*/
class AclShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/ApiShell.php
Expand Up @@ -22,7 +22,7 @@
/**
* API shell to show method signatures of CakePHP core classes.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
*/
class ApiShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/BakeShell.php
Expand Up @@ -25,7 +25,7 @@
/**
* Bake is a command-line code generation utility for automating programmer chores.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
* @link http://book.cakephp.org/view/1522/Code-Generation-with-Bake
*/
class BakeShell extends Shell {
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/CommandListShell.php
Expand Up @@ -21,7 +21,7 @@
/**
* Shows a list of commands available from the console.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
*/
class CommandListShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/ConsoleShell.php
Expand Up @@ -19,7 +19,7 @@
/**
* Provides a very basic 'interactive' console for CakePHP apps.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
*/
class ConsoleShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/I18nShell.php
Expand Up @@ -19,7 +19,7 @@
/**
* Shell for I18N management.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
*/
class I18nShell extends Shell {

Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/SchemaShell.php
Expand Up @@ -25,7 +25,7 @@
/**
* Schema is a command-line database management utility for automating programmer chores.
*
* @package Cake.Console.Command
* @package Cake.Console.Command
* @link http://book.cakephp.org/view/1523/Schema-management-and-migrations
*/
class SchemaShell extends Shell {
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/BakeTask.php
Expand Up @@ -18,7 +18,7 @@
/**
* Base class for Bake Tasks.
*
* @package Cake.Console.Command.Task
* @package Cake.Console.Command.Task
*/
class BakeTask extends Shell {

Expand Down

1 comment on commit cfd2d9e

@majna
Copy link
Contributor

@majna majna commented on cfd2d9e Aug 10, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to update @Package in app/Config files, to be consistent with skel. (.gitignore maybe)

Please sign in to comment.