lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source
Other
58 stars 32 forks source link

One error turns all warnings into errors #133

Open birkhola opened 6 years ago

birkhola commented 6 years ago

Dealing with errors in javadoc generation is difficult due to a logging bug in the plugin. Whenever an error occurs that makes the javadoc command fail lots of issues, that are logged as warnings for usual turn into logging errors, which makes it kind of hard to find out which issues really caused the failure.

ktoso commented 6 years ago

Can't remember if this actually wasn't an issue with javadoc. PR to help address this would be very welcome