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

相关文章:

  • [【Visual Studio】[[【Visual Studio】Doxygen注释|Doxygen注释](../../A_OS/Windows/Visual%20Studio/【Visual%20Studio】Doxygen注释)

函数声明

/*
* @fn           $MethodName$
* @brief        
* @param[in]    
* @param[out]   
* @return       
*               
* @detail      
*/

文件声明

/********************************************************************************
 *
 *        Copyright (C) 2022 QIANXIN
 *        All rights reserved
 *
 *        filename:    $FILE$
 *        description: 
 *
 *        created by  shi.mingming on $DATE$
 *
 ********************************************************************************/

TODO

// TODO(user@mail.com): what: when:? how:?