Doxygen 配置选项(标签)的意义[随时更新]

来源:互联网 发布:农村淘宝网免费下载 编辑:程序博客网 时间:2024/06/05 08:15

ABBREVIATE_BRIEF

这个配置选项的作用是在列表里显示简要说明时,  简化/brief 所跟的内容。

比如

/**

*   /class CTest

*   /brief The CTest class is a test class

*/

class CTest {...};

则在生成的文档的 class 列表里, 简要说明就变为

"test class"

而不是

"The CTest class is a test class"

 简化规则 在ABBREVIATE_BRIEF 等号右侧