Reports public declarations that do not have KDoc comments.

Example:


  class A

The quick fix generates the comment block above the declaration:


  /**
   *
   */
  class A