标签存档: doc

使用doxygen文档化代码

1. 生成配置文件:doxygen -g -s [Doxyfile] (-g:生成配置, -s:生成简单配置,去除配置项解析)
2. 在代码编写注解
3. 生成文档:doxygen

继续阅读 »