C++ 如何防止doxygen在C++;功能

C++ 如何防止doxygen在C++;功能,c++,doxygen,C++,Doxygen,在定义中不命名未使用的函数参数是很常见的 例如: 在这种情况下,doxygen 1.8.12似乎将类型(最后一部分)误认为参数名称: warning: The following parameters of … are not documented: parameter 'const' 如果未记录的关闭,并且不将参数包装在\cond中,\endcond中,是否有一种方法可以在不关闭的情况下消除此警告?Doxygen 1.8.15不再存在此问题 warning: The following

在定义中不命名未使用的函数参数是很常见的

例如:

在这种情况下,doxygen 1.8.12似乎将类型(最后一部分)误认为参数名称:

warning: The following parameters of … are not documented:
  parameter 'const'

如果未记录的关闭,并且不将参数包装在
\cond
中,
\endcond
中,是否有一种方法可以在不关闭
的情况下消除此警告?

Doxygen 1.8.15不再存在此问题

warning: The following parameters of … are not documented:
  parameter 'const'