Is it possible to create javaDoc pattern for each class method?

e.g. 
for this method
public boolean isRight(int a, int b);

javaDoc
/**
* 
* @param a - 
* @param b - 
* @return -
*/

And if it is possible can I tune this pattern?

Best regards,
Dmitriy Pishchukhin





_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to