Für die folgende C ++ - Funktion:
bool importantStuff(double a, double b);
Es sollte das folgende Snippet ausgeben, möglicherweise ohne die Tags:
/**
* <Insert description of importantStuff>
*
* @param a <Insert description of a>
* @param b <Insert description of b>
* @return <Insert description of the return value>
*/
Ich habe mich im Internet umgesehen , aber am nächsten an einer Antwort ist diese alte SO-Frage, deren Antwort vom nicht mehr gepflegten Doxymacs-Modus abhängt.
c-sharp-mode
hat etwas, das dies tut.