对于以下C ++函数:
bool importantStuff(double a, double b);
它应该输出以下代码段,也许没有标签:
/**
* <Insert description of importantStuff>
*
* @param a <Insert description of a>
* @param b <Insert description of b>
* @return <Insert description of the return value>
*/
我环顾四周,但是最接近答案的是这个旧的SO问题,答案取决于不再维护的doxymacs模式。
您要为新功能还是现有功能执行此操作?
—
itsjeyd
当问这个问题时,我想到的是从函数签名中生成的doxygen注释。
—
罗万尼(Rovanion)
c-sharp-mode
可以做到这一点。