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

StdLib: External links to top-level stdlib's functions/properties lead to a package page #3953

Open
vmishenev opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement An issue for a feature or an overall improvement topic: stdlib migration An issue/PR related to the migration of stdlib's API reference to modern Dokka

Comments

@vmishenev
Copy link
Contributor

For the external link

/**
* [kotlin.check]
*/

Actual:
Dokka generates https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/

Expected:
It should generate - https://staging.kotlinlang.org/api/core/kotlin-stdlib/kotlin/check.html

Also, there is the same behavior for kotlin.test (all projects?), e.g. kotlin.test.assertEquals

@vmishenev vmishenev added enhancement An issue for a feature or an overall improvement topic: stdlib migration An issue/PR related to the migration of stdlib's API reference to modern Dokka labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement topic: stdlib migration An issue/PR related to the migration of stdlib's API reference to modern Dokka
Projects
None yet
Development

No branches or pull requests

1 participant