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] Inconsistent reference from constructor kdoc to class page for K1/K2 #3604

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

Comments

@atyrin
Copy link
Contributor

atyrin commented May 13, 2024

class A{
    /**
     * Reference to class: [A]
     */
    constructor(s: String)
}

In K1 the link [A] from kdoc leads to the class A page
In K2 the link leads to the constructor page

Installation

  • Dokka version: 2.0.0 (2.0.0-test-49477c44dfc58e2702f4c145ff41190b39d117fb)
  • KGP: 2.0.0-RC2

Previous step: #3352
Parent: #3550

@atyrin atyrin added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels May 13, 2024
@vmishenev
Copy link
Member

Presumably it a kind of #3451 (comment)

@atyrin atyrin changed the title [K2] Inconsistent reference from constructor kdoc to class page fro K1/K2 [K2] Inconsistent reference from constructor kdoc to class page for K1/K2 May 13, 2024
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

2 participants