You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating DGP to 2.0.0-Beta, references from a markdown document describing a module to classes/functions from that module are no longer rendered as HTML links in resulting documentation.
Expected behaviour
References to classes are rendered as links to corresponding classes documentation.
Screenshots
To Reproduce
Checkout dgp-2.0 branch from kotlinx.coroutines and run ./gradlew dokkaGenerate.
Check Kotlin/kotlinx.coroutines#4257 for detailed configuration.
The same issue is also reproducible with kotlinx-io after updating the Dokka.
The text was updated successfully, but these errors were encountered:
fzhinkin
changed the title
[Dokka 2] References from module description to module's classes are no longer rendered
[Dokka 2] References from a module description to module's classes are no longer rendered as links
Oct 30, 2024
Describe the bug
After updating DGP to
2.0.0-Beta
, references from a markdown document describing a module to classes/functions from that module are no longer rendered as HTML links in resulting documentation.Expected behaviour
References to classes are rendered as links to corresponding classes documentation.
Screenshots
To Reproduce
Checkout dgp-2.0 branch from
kotlinx.coroutines
and run./gradlew dokkaGenerate
.Check Kotlin/kotlinx.coroutines#4257 for detailed configuration.
The same issue is also reproducible with
kotlinx-io
after updating the Dokka.The text was updated successfully, but these errors were encountered: