http://blog.csdn.net/willerency/article/details/7083953 嵌入式C语言开发中通常使用Doxygen进行文档的生成.Doxygen支持多种格式,非常灵活,但排版不好就会显的比较杂乱,不便于阅读.下面给出一份注释模板. 一.文件注释,放于文件的开头 /** * @file filename * @brief This is a brief description. * @details This is the detail description