Javadoc does not show doclet's changes
Status: Alpha
Brought to you by:
quinntaylor
I am using XHTML Doclet 0.4 with JavaDoc (JDK 1.6). I have specified the path of the XHTML Doclet 0.4 jar in the -docletpath atribute of javadoc.exe along with the java class for which i want to generate java docs. Java Docs get generated but after viewing the html pages it seems that the javadoc exe did not use the XHTML Doclet 0.4 instead it used default doclet of java. I did not get any exception though in this case.