Javadoc fails on parsing errors
843810Jun 19 2002 — edited Jun 27 2002Hi there,
I am trying to generrate javadocs for hundreds of files. Some of them do not compile
while some of them have parsing errors (missing semicolons etc.). When I try to
generate the javadoc, it loads each file, prints errors for the one which are not parsable
and in the end prints the total number of errors and exits.
Is it possible to generate javadoc for the files which are valid and ignore the files with
errors?
Thanks