如何用doxygen描写文件

在文件的开始处写入如下格式的内容
/**
 * @file
 * @brief
 * @auther
 * @date
 * @version
 * @warning
 * @note
 * @mainpage 模块名
 * @section
 */

你可能感兴趣的:(如何用doxygen描写文件)