Reports unclosed tags in Scaladoc.

Example:


  /**
   * ''
   *
   * [[
   *
   * `
   */
  class A

After the quick-fix is applied:


  /**
   * ''
   *
   * [[
   *
   * `
   */
  class A