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

@ -16,9 +16,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/**
* Load Model and AppModel
*/
App::uses('AppModel', 'Model');
/**