Как генерировать такие комментарии к заголовкам функций в Netbeans?Есть какой-нибудь ярлык, который бы дал шаблон вместе с именами параметров?
/**
* Performs the Decrease Key operation
* @param index Index of the node in the RefArray whose key is to be decreased
* @param amount Amount by which key is to be reduced
*/
public void decreaseKey(int index, int amount)
{
}