Javadoc tag to http://blog.csdn.net/luofengjava/article/details/1479463 javadoc annotation tag syntax
@author description of the class indicates the author of the development of such a module
@version the description of the class indicates the version of the class module
@see a reference to the description of classes, properties, methods, and related topics
Description of a parameter in a method @param description of the method
Description of the method return value @return The description of the method
@exception the description of the method, describe the exceptions that the method might throw
@override Description Method of loading
@interface, which defines the new annotation type (annotation type). Create a new annotation type that looks and defines a interface
If the format is not correct, you can use HTML tags to adjust.
Start by selecting Project--->generate for myeclipse or Eclipse Javadoc
Select Next
Then see what information the console will output. If normal, you will see the Javadoc.
MyEclipse Generating Java Doc documents