Dla następującej funkcji C ++:
bool importantStuff(double a, double b);
Powinien wygenerować następujący fragment kodu, być może bez tagów:
/**
* <Insert description of importantStuff>
*
* @param a <Insert description of a>
* @param b <Insert description of b>
* @return <Insert description of the return value>
*/
Szukałem po internecie, ale najbliżej stałam na odpowiedź jest to stary, więc pytanie, jeżeli odpowiedź zależy już prowadzonego trybu doxymacs.
c-sharp-mode
ma coś, co to robi.