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
You're looking for the JavadocType check. It will do what you're asking for both classes and interfaces.