Thursday, 8 August 2013

Doxygen ignores @method

Doxygen ignores @method

i have some magic methodes but to have still auto complete functions in
netbeans. I use above all classes a block like:
/**
* @method int getEavConfigId() get object id
* @method Model_DbTable_EavConfig setEntityType(string $entity_type) set
entity_type possible values site, user, pc, ticket, alarm ; eav field is
realted to this table
* @method string getEntityType() get entity_type possible values site,
user, pc, ticket, alarm ; eav field is realted to this table
* @method Model_DbTable_EavConfig setCompanyId(integer $company_id) set
company_id
* @method integer getCompanyId() get company_id
* @method Model_DbTable_EavConfig setType(string $type) set type possible
values textfield, textarea, radio, checkbox, select ; eav field type
* @method string getType() get type possible values textfield, textarea,
radio, checkbox, select ; eav field type
*/
For netbeans this works pretty good. But doxygen seams to ignore it totaly.
Has someone an idea if it is possible to let doxygen accept the @method tag?

No comments:

Post a Comment