一、文件注释,放于文件的开头 /** * @file * @brief This is a brief description. * @details This is the detail description. * @author author * @date date * @version v1.0 * @par Copyright(c): abc corporation * @par History: * version: author, date, desc\n */ 1. 2. 3. 4. 5...
C 语言程序注释模板 篇一:C 语言编写规范之注释 1、头文件包含 Includes 2、私有类型定义 Private typedef 3、私有定义 Private define 4、私有宏定义 Private macro 5、私有变量 Private variables 6、私有函数原型 Private function prototypes 7、私有函数 Private functions 8、私有函数前注释 /*** *** * Func...
一、文件注释,放于文件的开头 /** * @file * @brief This is a brief description. * @details This is the detail description. * @author author * @date date * @version v1.0 * @par Copyright(c): abc corporation * @par History: * version: author, date, desc\n */ 1. 2. 3. 4. 5...