Back to Intellij Community

KDocUnresolvedReference

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/KDocUnresolvedReference.html

2025.3-rc-2158 B
Original Source

Reports unresolved references in KDoc comments.

Example:

/**
   * [unresolvedLink]
   */
  fun foo() {}

To fix the problem make the link valid.