Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
student:java:javadoc [2022/03/14 15:27] bernstdhstudent:java:javadoc [2024/09/11 14:42] (current) bernstdh
Line 1: Line 1:
- 
  
 ===== The Java Documentation Generator (javadoc) ===== ===== The Java Documentation Generator (javadoc) =====
Line 85: Line 84:
  
 Note that the ''%%javadoc%%'' tool generates a large number of     "supporting" files even if you only generate documentation for a     single class.  The file ''%%index.html%%'' is the "main" page. Note that the ''%%javadoc%%'' tool generates a large number of     "supporting" files even if you only generate documentation for a     single class.  The file ''%%index.html%%'' is the "main" page.
 +
 +
 +==== Troubleshooting ====
 +
 +If you're style-checker gives you a message like ''%%@param tag must be preceeded by a blank line%%'',  it probably means that there is extra whitespace on the line the line containing the ''%%@param%%'' tag. Delete anything (even if you can't see it) that is after the asterisk on the "blank" line.
 +