Add/move docblocks to make text available in the API docs

This commit is contained in:
Kyle Robinson Young 2011-12-08 07:35:02 -08:00
parent df097796c4
commit c836ba08a3
56 changed files with 163 additions and 65 deletions

View file

@ -18,7 +18,8 @@
*/
/**
* CakePlugin class
* CakePlugin is responsible for loading and unloading plugins. It also can
* retrieve plugin paths and load their bootstrap and routes files.
*
* @package Cake.Core
* @link http://book.cakephp.org/2.0/en/plugins.html