I m 采用氧气生成C++代码的超文本文件。 遗憾的是, d氧并没有在方法描述中显示无证方法参数。 例如:
/**
* Some method
* @param p1 Some param
*/
void method(const std::string& p1, const std::string& p2);
the method description will show the comment and the parameter p1
but not p2
.
我怎么会把所有参数列入方法描述,即使没有明确记载?