By chance, I may forget to describe some parameters or throw an exception (or something else) when documenting methods or classes, etc.
Is it possible to run javadoc in such a way that it warns me of the shortcomings of the documentation elements?
(I use ant script to create documentation)
source
share