WS-2021.2 <debuggerx@debuggerx-PC Create markdown.xml, IntelliLang.xml, DebuggerX.xml, MyStyle.icls, project.default.xml, diff.xml, Default copy.xml, yiiguxing.translation.xml, Default.xml, Monokai Sublime Text 3.icls, file.template.settings.xml, ignore.xml, find.xml, code.style.schemes.xml, Default _3_.xml, git.xml, Interface JavaDoc.tpl, My Vim dark .icls, Set Method JavaDoc.tpl, Default.xml, Default _2_.xml, Vim dark.icls, Class JavaDoc.tpl, Method JavaDoc.tpl, Eclipse copy.xml, lightEdit.xml, Throws clause JavaDoc.tpl, Return type JavaDoc.tpl, editor.xml, webServers.xml, debugger.xml, updates.xml, baseRefactoring.xml, ide.general.xml, ide-features-trainer.xml, Constructor JavaDoc.tpl, Parameter JavaDoc.tpl, keymap.xml, ui.lnf.xml, Get Method JavaDoc.tpl, filetypes.xml, projectView.xml, colors.scheme.xml, notifications.xml, wechatCode.xml, github.xml, templates.xml, laf.xml, customization.xml, Default for GNOME copy.xml, jdk.table.xml, phonegap.xml, Default _1_.xml, web-browsers.xml, macros.xml, vcs.xml, grazie_global.xml
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Class ${NAME} ...
|
||||
* @author ${USER} , Created on ${DATE}
|
||||
*/
|
||||
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* Constructor ${NAME} creates a new ${CLASS} instance.
|
||||
*/
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Method ${NAME} returns the ${FIELD_NAME} of this ${CLASS} object.
|
||||
*
|
||||
* ${FIELD_COMMENT}
|
||||
*
|
||||
* @return the ${FIELD_NAME} (type ${RETURN_TYPE}) of this ${CLASS} object.
|
||||
*/
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Interface ${NAME} ...
|
||||
*
|
||||
* @author ${USER}
|
||||
* Created on ${DATE}
|
||||
*/
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Method ${NAME} ...
|
||||
* @author ${USER} , Created on ${DATE}
|
||||
*/
|
||||
@@ -0,0 +1 @@
|
||||
@param ${PARAM} of type ${TYPE}
|
||||
@@ -0,0 +1 @@
|
||||
@return ${RETURN_TYPE}
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Method ${NAME} sets the ${FIELD_NAME} of this ${CLASS} object.
|
||||
*
|
||||
* ${FIELD_COMMENT}
|
||||
*
|
||||
* @param ${PARAM} the ${FIELD_NAME} of this ${CLASS} object.
|
||||
*/
|
||||
@@ -0,0 +1 @@
|
||||
@throws ${THROWABLE} when
|
||||
Reference in New Issue
Block a user