Hi Erich,
Thank you. Now I install the eclox.
When I type /** in front of a function it will add the function document block to it, but it just add the parameters.
How could I configure doxygen in CW10.4 so that it can add function name automatically?
Thank you.
/**
*
* @param pszMenu
* @param ui8NumofItem
* @param ui8CurrSelectedItem
* @param pMenuName
*/
void print_menu(char **pszMenu, uint_8 ui8NumofItem,
uint_8 ui8CurrSelectedItem, char * pMenuName)