我的C++代码中有typedef结构.截至目前,它们被列为\vartypedef.有一个更好的方法吗?以下是我的例子:
/*! \var typedef etc
* \brief A type defined structure for etc
*
* \param x type- Variable declaration for x
* \param y type- Variable declaration for y
*/
Run Code Online (Sandbox Code Playgroud)
我知道我甚至不应该说param.还有什么用?