I just pasted some generated javadoc into an eclipse project, to discover none of the HTML is compliant.
There is even cases of closing tags that were never opened.
Is there some way to fix this? Maybe a ‘be compliant’ option…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After some googling, I discovered XHTML Doclet 0.4.
Looks like someone made a plugin.
Any better options?
Edit: Here’s the plugin’s Official page as linked to by Sun’s Javadoc FAQ.