经常看到别人写的php库注释相当好,像这样
/**
* @param array $params parameters
* @param string $content contents of the block
* @param Smarty_Internal_Template $template template object
* @param boolean &$repeat repeat flag
* @return string content re-formatted
* @author Monte Ohrt <monte at ohrt dot com>
*/
想知道这种注释在哪有格式规定,用什么编辑器能快速生产这种注释,或者帮我写左边的*号。
湖上湖