Skip to content

[K2] Unresolved reference to a class property declared in constructor from kdoc #3334

@atyrin

Description

@atyrin
/**
 * Enum class with param [x]
 */
enum class EnumKotlinParam(val x: String) {
    NORTH("n"),
    EAST("e")
}

For K1:
image

For K2 the link in the description is unresolved
image

As I see in the K2 IJ plugin, the link is resolvable.
If the property is declared in class body, is works.

Installation

  • Dokka version: 1.9.20

Parent #3328

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions