IU-2021.1.2 <wangwei-202@KANE_DELL5050 Create Kane.xml, templates.xml

This commit is contained in:
2021-06-21 15:27:47 +08:00
parent a5390ec2fb
commit e43f99b301
2 changed files with 478 additions and 0 deletions

10
templates/Kane.xml Normal file
View File

@@ -0,0 +1,10 @@
<templateSet group="Kane">
<template name="mc" value="**&#10; * @Description: $description$&#10; * @Param: &#10; * @return: $returns$&#10; * @Author: 王炜&#10; * @Date: $date$&#10;*/" description="函数注释" toReformat="false" toShortenFQNames="true">
<variable name="description" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="returns" expression="methodReturnType()" defaultValue="" alwaysStopAt="true" />
<variable name="date" expression="date()" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
</templateSet>