Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.45k stars 409 forks source link

[K2] Unresolved KDoc links to typealias #3335

Closed atyrin closed 7 months ago

atyrin commented 1 year ago

For the Enum method in K2 it looks like

image

In K1 it is rendered:

image

Installation

Parent: #3328

vmishenev commented 11 months ago

It is blocked by https://youtrack.jetbrains.com/issue/KT-64051/Analysis-API-Unresolved-links-to-typealias-in-KDoc

IgnatBeresnev commented 7 months ago

This has been unblocked and fixed upstream, just need to check it and write a test