Java syntax: Difference between revisions

Content deleted Content added
Line 223:
</source>
 
Documentation comments in the source files are processed by the [[Javadoc]] tool to generate documentation from source files. This type of comment is identical to traditional comments, except it starts with <code>/**</code> and follows conventions defined by the Javadoc tool. Technically, these comments are a special kind of traditional comment and they are not specifically defined in the language specification.
<source lang=Java5>
/**