#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.
#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 javadocto see them.We should fix all javadoc warnings; if we want to be pedantic, we can also add logic to fail on javadoc warnings.