You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5 adds javadoc as part of the build process. That PR fixes all the hard javadoc errors, but there are still a lot (~100) javadoc warnings; run ./gradlew javadoc to see them.
We should fix all javadoc warnings; if we want to be pedantic, we can also add logic to fail on javadoc warnings.
The text was updated successfully, but these errors were encountered:
#5 adds javadoc as part of the build process. That PR fixes all the hard javadoc errors, but there are still a lot (~100) javadoc warnings; run
./gradlew javadoc
to see them.We should fix all javadoc warnings; if we want to be pedantic, we can also add logic to fail on javadoc warnings.
The text was updated successfully, but these errors were encountered: