When I type a methods and generate comments via /** enter. It generates comment like this.
/**
* @param int $weight
* @return \KT_Forbes_Theme_Model
*/
Is the a possibility to auto add @author ?
/**
* @author A good guy
* @param int $weight
* @return \KT_Forbes_Theme_Model
*/
I have to add the @autor manualy for all the method, it is really anoing.