Intellij idea开发工具,方法注释设置

Intellij idea开发工具,方法注释怎么设置啊。捣鼓了好久了,求指导

/**

  • 这是注释 * **/

选中一段代码,同时按ctrl+shift+/ 试试

我说的是注释模板

/**
* 方法***的功能描述:
*
* @param comd
* @return ComOPS
* @throws AppException
* @since v1.*.0
*
*


* author **
* date 2015-05-225
*

*/

截图都弄不上来...真是.setting>editor>file and code template >includes>file header> 在右边编辑框里写模版就行了