Is there any tool or plugin for visual studio c++ to generate an auto pre-structure of doxygen comments, based on the definition of function?
Thank you.
something like this example:
/**
*****************************************************************************************
* @brief
*
* @usage
*
* @param
* @param
*
* @return
****************************************************************************************/
int TestAPI2(
int argument1,
int argument2
);