dokka
dokka copied to clipboard
[K2] Inconsistent reference from constructor kdoc to class page for K1/K2
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
Presumably it a kind of https://github.com/Kotlin/dokka/issues/3451#issuecomment-1899119751