Reports Javadoc comments that can be converted to Markdown documentation comments.

예:


  /**
   * For blubbering of the florz.
   *
   * Similar to {@link com.deeps.Querp querping} class.
   */
  class FlorzBlubber {
  }

빠른 수정 적용 후:


  /// For blubbering of the florz.
  /// Similar to [querping][com.deeps.Querp] class.
  class FlorzBlubber {
  }

2024.2에서 추가