How to generate these kind of function header comments in Netbeans? Is the any shortcut that would give a template along with the parameter names?
/**
* 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)
{
}
Just above the method, constructor or field, type /**
and follow by pressing enter key immediately. Netbeans should generate template for javadoc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With