【发布时间】:2016-12-01 14:42:15
【问题描述】:
一个后续问题:
What's the right way to reference a parameter in Doxygen?
所以,对于参数,我们使用@param
@param my_param the quick brown fox takes this parameter over the lazy dog
然后我们可以使用@p引用它:
@param my_other_param this is completely different from @p my_param , you know!
现在,对于模板参数,我会将@param 替换为@tparam。应该用什么替换@p?
【问题讨论】: