相关疑难解决方法(0)

我应该如何使用Doxygen对typedef进行分类?

我的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.还有什么用?

c++ doxygen

9
推荐指数
2
解决办法
2万
查看次数

标签 统计

c++ ×1

doxygen ×1