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

Dokka v2 generates references to non-existing https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-function1/index.html #3981

Open
DanySK opened this issue Dec 30, 2024 · 0 comments
Labels

Comments

@DanySK
Copy link

DanySK commented Dec 30, 2024

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

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

  • Operating system: Linux
  • Build tool: Gradle v8.11
  • Dokka version: 2.0.0
@DanySK DanySK added the bug label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant