Adding @link tag to class definition.

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

View file

@ -31,6 +31,7 @@
* *
* @package cake * @package cake
* @subpackage cake.cake.console.libs * @subpackage cake.cake.console.libs
* @link http://book.cakephp.org/view/113/Code-Generation-with-Bake
*/ */
class BakeShell extends Shell { class BakeShell extends Shell {
/** /**