Dokka External References
If you want to include links to KtorGen annotations, you can use the following links:
dokka {
dokkaSourceSets.configureEach {
externalDocumentationLink {
register("ktorgen") {
url("https://kingg22.github.io/ktorgen/")
packageListUrl("https://kingg22.github.io/ktorgen/api/annotations/package-list")
}
}
}
}
With this your dokka documentation will include links to KtorGen annotations. ✨
Note
- Example documentation with external references: Deezer Client API and the build.gradle.kts
Thanks for your support! 🫶