On 05/29/2013 12:05 AM, Sven Reimers wrote:
Hi,
I hope this is the correct place to ask. With ea b91 installed from JDK8 I
wanted to use the doclint feature. It seems that is is available from javac
but not from javadoc at the moment, if I look at the help output from javac
-X vs. javadoc -X.
Hope anyone can clarify.
Thanks
Sven
It is a bug that -X does not list doclint. doclint is available within
javadoc;
the option is the same as for javac, except that you cannot specify access
modifiers within the option. Instead, doclint will check all doc comments
being included in the generated documentation.
I suggest followups to javadoc-dev.
-- Jon