dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Inconsistent reference from constructor kdoc to class page for K1/K2

Open atyrin opened this issue 9 months ago • 1 comments

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 avatar May 13 '24 12:05 atyrin

Presumably it a kind of https://github.com/Kotlin/dokka/issues/3451#issuecomment-1899119751

vmishenev avatar May 13 '24 14:05 vmishenev