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
Comments and, more important, javadoc aren't in great shape here - tons of errors, such as public API methods lack parameter and return value descriptions, use '>' and '<' and other bad symbols, etc. If you guys would really like to make this useful for everyone (and I am pretty sure this this what you promised in your grant/funding applications) tool and eventually deploy/release to OSSRH and then to Maven Central, you have to fix the javadoc (and perhaps much more...).
Try, e.g, adding to the pom.xml the following (to the element):
Comments and, more important, javadoc aren't in great shape here - tons of errors, such as public API methods lack parameter and return value descriptions, use '>' and '<' and other bad symbols, etc. If you guys would really like to make this useful for everyone (and I am pretty sure this this what you promised in your grant/funding applications) tool and eventually deploy/release to OSSRH and then to Maven Central, you have to fix the javadoc (and perhaps much more...).
Try, e.g, adding to the pom.xml the following (to the element):
and then run: mvn clean install
(I forked this code and already tired cleaning up and fixing; so I gave up...)
The text was updated successfully, but these errors were encountered: