Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] code template


C/C++ > Code Style > Code Templates > Comments > Methods
, I added the pattern below:

/* 
* ${enclosing_method} 
* Description : 
* Parameters : 
* Return type : ${return_type} 
*/
 

but when I creat a new function, there is no comments, if it works, and does it works like javadoc, html pages will be generated?
any help?
thanks


Hotmail : une messagerie fiable avec une protection anti-spam performante Inscrivez-vous

Back to the top