概述:适用于 Visual Studio 插件的 Doxygen 模板。
相关文章:
 函数声明
| 12
 3
 4
 5
 6
 7
 8
 9
 
 | /** @fn           $MethodName$
 * @brief
 * @param[in]
 * @param[out]
 * @return
 *
 * @detail
 */
 
 | 
 文件声明
| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 
 | /*********************************************************************************
 *        Copyright (C) 2022 QIANXIN
 *        All rights reserved
 *
 *        filename:    $FILE$
 *        description:
 *
 *        created by  shi.mingming on $DATE$
 *
 ********************************************************************************/
 
 | 
 TODO
| 1
 | // TODO(user@mail.com): what: when:? how:?
 |