Hi,
I'd like to suggest a useful small extension to the JavaDoc generator:
I would have liked to not have to type in this javadoc myself. ;-)
- except for the non-obvious part, of course.
/**
* Standard access method
* @return current AREA partial key for the Item described in this Item object.
* @see #itemdataAREA
*/
public String getArea() {
return itemdataAREA;
}
I think the information in the above sample method could be used to build this
/**
* Standard access method
* @return value in field itemdataAREA
* @see #itemdataAREA
*/
in a single invocation ?
Thank you
Christian Frederking
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features