Le 30/01/2017 à 10:22, Mathieu Malaterre a écrit : > Thanks for the quick response. By any chance do you know how to > specify this option in an ant build.xml file ? I could not find any > documentation to pass arbitrary flags.
You can use the additionalparam attribute on the <javadoc> task. Emmanuel Bourg