It would be nice to have some {@inheritDoc} support.
Something like:
If super-method has javadoc, add:
/** * {@inheritDoc} */
if not, do default.
Logged In: YES user_id=1574842 Originator: NO
Starting with 1.3 {@inheritDoc} is recognized by JAutodoc. Set your template
under Preferences->Java->Code Style->Code Templates->Overriding methods
and it is used instead of the non-Javadoc.
Log in to post a comment.
Logged In: YES
user_id=1574842
Originator: NO
Starting with 1.3 {@inheritDoc} is recognized by JAutodoc. Set your template
/**
* {@inheritDoc}
*/
under Preferences->Java->Code Style->Code Templates->Overriding methods
and it is used instead of the non-Javadoc.