For the following C++ function:
bool importantStuff(double a, double b);
It should output the following snippet, perhaps without the tags:
/**
* <Insert description of importantStuff>
*
* @param a <Insert description of a>
* @param b <Insert description of b>
* @return <Insert description of the return value>
*/
I've looked around the net, but the closest I've gotten to an answer is this old SO question where the answer depends on the no longer maintained doxymacs mode.