Java C2. Programming Basics
Explanation to improve readability of program
comments one
line
/* ... */ comments multiple
lines
javadoc comments
Comments that in form of /** …*/ are used by the javadoc program to
produce HTML documentation for the program
Example:
This is an example of special java doc comments used for \n
generating an html documentation. It uses tags like:
@author Florence Balagtas
@version 1.2