creatoro / jelly

A flexible ORM for Kohana 3.1+
http://jelly.jonathan-geiger.com
MIT License
72 stars 13 forks source link

Missing docblock comments #87

Closed loonies closed 13 years ago

loonies commented 13 years ago

Every class should be properly commented, including:

/**
 * Short description
 *
 * Long description
 *
 * @package    Jelly
 * @category   Base,Field, etc
 * @author     Some Name
 * @author     Other Name
 * @copyright  (c) 2010-2011 Jonathan Geiger
 * @license    http://www.opensource.org/licenses/isc-license.txt
 */
creatoro commented 13 years ago

Done, however I didn't change the content of the docblocks, that will be another commit.