Closed hbprotoss closed 4 years ago
Only works for newly added method.
But I have settings below in the end of <METHODS> section:
<METHODS>
<METHOD> <KEY>.+</KEY> <VALUE> /**\n * <p class="detail">\n * 功能: \n * </p>\n * @author hbprotoss\n <#if element.typeParameters?has_content> * \n </#if> <#list element.typeParameters as typeParameter> * @param <${typeParameter.name}> the type parameter\n </#list> <#if element.parameterList.parameters?has_content> *\n </#if> <#list element.parameterList.parameters as parameter> * @param ${parameter.name}:\n </#list> <#if isNotVoid> *\n * @return ${return}\n </#if> <#if element.throwsList.referenceElements?has_content> *\n </#if> <#list element.throwsList.referenceElements as exception> * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n </#list> * @date ${.now?string["yyyy.MM.dd HH:mm:ss"]} \n */</VALUE> </METHOD>
Try in 4.01 version
Only works for newly added method.
But I have settings below in the end of
<METHODS>
section: