美文网首页
自用VA注释模版

自用VA注释模版

作者: LCCCC_0523 | 来源:发表于2017-09-25 13:32 被阅读0次

函数注释

模版内容:

//===============================================================

// @brief: $end$

// @param[in] $MethodArgName$:

// @return: $SymbolType$

//===============================================================

$MethodArgName$:函数参数名

$SymbolType$:返回值类型

添加效果图:

使用方法:

选中所需要注释的函数——>右键——>Quick Actions and Refactorings(VA)——>Document Method

注释效果:

相关文章

网友评论

      本文标题:自用VA注释模版

      本文链接:https://www.haomeiwen.com/subject/daorextx.html