Doc Comment syntax
Functions:
/**
* Does something interesting
* @access Access level is already known from the “public”, “private”, or “protected”
* @param Place $where Where something interesting takes place
* @param integer $repeat How many times something interesting should happen
* @throws Some_Exception_Class If something interesting cannot happen
* @return Status
*/
Classes:
/**
* Short description for class
*
* Long description for class (if any)…
*
* @copyright 2006 Zend Technologies
* @license http://www.zend.com/license/3_0.txt PHP License 3.0
* @version Release: @[email protected]
* @link http://dev.zend.com/package/PackageName
* @since Class available since Release 1.2.0
*/