Adding @link tag to class definition.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7814 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
john 2008-10-31 19:47:43 +00:00
parent d17cbbc7ca
commit 72bd7ba04b

View file

@ -32,6 +32,7 @@ App::import('Model', 'Schema');
*
* @package cake
* @subpackage cake.cake.console.libs
* @link http://book.cakephp.org/view/734/Schema-management-and-migrations
*/
class SchemaShell extends Shell {
/**