找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 212|回复: 0

visual studio中番茄助手添加注释模板

[复制链接]

1

主题

0

回帖

37

积分

管理员

积分
37
发表于 2024-5-26 09:21:54 | 显示全部楼层 |阅读模式
一、文件注释
/**
  * @file   $FILE采用BASE$.$FILE采用EXT$
  * @brief Thisis a brief description.
  * @author ${Author}
  * @par   Copyright (c):
  *          ***.
  *         All Rights Reserved
  * @date   $DATE$
  *  @note   matters needing attention
  *  @version 1.0
  */  



二、类注释
/**
  * @class <class‐name>
  * @brief  This is a brief description.
  * @author ${Author}
  * @note   matters needing attention
  */




三、函数注释
/**
  *  @brief  Thisis a brief description.
  *  @param[in]  inArgName input argument description.type name:purpose(Range)
  *  @param[out] outArgName output argument description.
  *  @Return:    $SymbolType$:description of the return value
  */



四、头文件防止重复包含
#ifndef 采用$FILE采用BASE采用UPPER$采用$FILE采用EXT采用UPPER$采用
#define 采用$FILE采用BASE采用UPPER$采用$FILE采用EXT采用UPPER$采用

$selected$
#endif // 采用$FILE采用BASE采用UPPER$采用$FILE采用EXT采用UPPER$采用
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|膜结构网

GMT+8, 2025-1-6 15:01 , Processed in 0.140246 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表