【配置】Doxygen模板

文章目录
  1. 1. 函数声明
  2. 2. 文件声明
  3. 3. TODO

概述:适用于 Visual Studio 插件的 Doxygen 模板。

相关文章:

函数声明

1
2
3
4
5
6
7
8
9
/*
* @fn $MethodName$
* @brief
* @param[in]
* @param[out]
* @return
*
* @detail
*/

文件声明

1
2
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:?