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-8"

I'm not sure all of them were necessary but it works fine now so I'm going to leave it alone.

--
Rhino

On 2011-10-30 13:14, Rhino wrote:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to