Search code examples
javacommentsjavadoc

How to enable Java checkstyle for JavaDocs at Class level comments?


I am trying to enable JavaDocs at class level. Currently I only see http://checkstyle.sourceforge.net/config_javadoc.html#JavadocMethod but nothing at class level


Solution

  • You're looking for the JavadocType check. It will do what you're asking for both classes and interfaces.