Re: Question re Javadoc task

2011-10-31 Thread Michael Ludwig
Rhino schrieb am 30.10.2011 um 13:14 (-0400): > > How do I tell the javadoc task which doctype I want for my > generated Javadocs? It is generating HTML 4.01 but I want it to > generate XHTML1.0. Isn't javadoc always that rusty-trusty HTML 4.01? Take a look at the source of this page, HTML 4.01,

Re: Question re Javadoc task

2011-10-30 Thread Rhino
I've solved this problem for myself. My objective was to be able to display accented letters correctly in my Javadocs, such as the French "e acute", and I managed to accomplish that by adding these options to the Javadoc command: encoding="UTF-8" docencoding="UTF-8" charset="UTF

Question re Javadoc task

2011-10-30 Thread Rhino
How do I tell the javadoc task which doctype I want for my generated Javadocs? It is generating HTML 4.01 but I want it to generate XHTML1.0. I don't see anything in the javadoc parameters in the Ant Manual that specifies the HTML doctype. -- Rhino