Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atyrin opened this issue Nov 13, 2023 · 1 comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 13, 2023

/**
 * 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

@atyrin atyrin added the bug label Nov 13, 2023
@atyrin atyrin changed the title [K2] Unresolved reference to a class property from kdoc [K2] Unresolved reference to a class property declared in constructor from kdoc Nov 13, 2023
@vmishenev
Copy link
Contributor

This is #3179. x - is resolved here, but implicitly leads to the callable parameter (as in the K2 IJ plugin).
I have updated #3115.

@IgnatBeresnev IgnatBeresnev added the topic: K2 Issues / PRs that are related to the K2 migration. See #2888 label Nov 13, 2023
@IgnatBeresnev IgnatBeresnev reopened this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

No branches or pull requests

3 participants