I recently moved from Eclipse to another IDE. One thing I'm really missing is configurable compiler warnings for various Javadoc problems.
As my IDE can use the Eclipse compiler - and I know that it is possible to configure all kinds of general compiler warnings from the command line - I was wondering if it is possible to configure the Javadoc warnings like this as well.
I'm especially looking for a way to configure the following settings:
Missing Javadoc tagsfor methods of a certain visibilityMissing Javadoc commentsfor methods of a certain visibility