Hi there,
I’m using the ANT JavaDoc task to generate JavaDoc for my J2EE project. While the stuff looks ok in the ever forgiving browesers… it adds thousands of errors and warnings to my project. Stuff like:
No start tag (<BLOCKQUOTE>).
No start tag (<DL>).
No start tag (<FONT>).
Invalid location of tag (A). (where the anchor is in a tr before the td ).
Is there a way to get proper HTML? (The Eclipse JVM came with pulse, but I also tried with Java6)
😕 stw