Closed tferr closed 2 years ago
@acardona, it looks like Javadocs could not be built because the over-zealous rules of doc-lint were enabled by default. We should address those, but for now, I was thinking one could temporarily disable it, and deal with it later on. I propose:
I've spent a few minutes reviewing the javadocs, pushed a fix and released it. Let's see if it goes through; there were indeed a couple of @param
without the word param
in them.
OK my attempt was hopeless: the javadoc linter wants indeed perfect and complete javadocs.
This should allow CI builds: Currently, Javadoc generation seems to be failing due to bad Javadoc annotations. Disabling DocLint should allow the build to progress. We should however fix those issues for proper documentation