Annoyed by the JavaDocs? Here is a quick solution:
- Select the method/class you want to add JavaDocs comment.
- Press Alt+Shift+J
- There you go. You still need to type the description of the method but at least all the parameters are done for you.
Explore posts in the same categories: Eclipse
This entry was posted
on Sunday, January 22nd, 2006 at 12:44 pm and is filed under Eclipse.
You can subscribe via RSS 2.0 feed to this post's comments.
You can comment below, or link to this permanent URL from your own site.
Your comments will appear immediately, but I reserve the right to delete innapropriate comments.
January 22nd, 2006 at 3:47 pm
You can also achieve the same thing by just typing “/**[Enter]” above the class or maethod that you want to add Javadoc to