Possible Duplicate:
Javadoc template generator
Is there a way to generate Javadoc comments in Eclipse? If so, what is it?
Is there a way to generate Javadoc comments in Eclipse? If so, what is it? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
For me the I dislike seeing Javadoc comments in source code that have been auto-generated and have not been updated with real content. As far as I am concerned, such javadocs are nothing more than a waste of screen space. IMO, it is much much better to generate the Javadoc comment skeletons one by one as you are about to fill in the details. |
|||||||||||||||
|
|
Invoking the shortcut on a class, method or field declaration will create a Javadoc template:
Pressing
|
|||
|
|
|
You mean menu Project -> Generate Javadoc ? |
|||||||||||
|
|
At a place where you want javadoc, type in |
|||||||||
|