We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Dokka, when configured to link the kotlin standard library, may generate a non-working link to: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-function1/index.html
Note that this bug also affects the official documentation: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.reflect/-k-mutable-property0/-setter/ click on Function1 to get directed to the same 404
Function1
Expected behaviour
Either the link is removed, or it links to a relevant page.
Screenshots If applicable, add screenshots to help explain your problem
To Reproduce
Create a class that extends or takes as input a function type, generate dokka, try to navigate the generated link
Installation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Dokka, when configured to link the kotlin standard library, may generate a non-working link to:
https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-function1/index.html
Note that this bug also affects the official documentation:
https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.reflect/-k-mutable-property0/-setter/
click on
Function1
to get directed to the same 404Expected behaviour
Either the link is removed, or it links to a relevant page.
Screenshots
If applicable, add screenshots to help explain your problem
To Reproduce
Create a class that extends or takes as input a function type, generate dokka, try to navigate the generated link
Installation
The text was updated successfully, but these errors were encountered: