kdoc-fundamentals
Skill: kdoc-fundamentals provides concise guidance and examples for writing KDoc comments and integrating Dokka to generate documentation for Kotlin Multiplatform projects.
Contents:
- •references/kdoc_syntax.md — KDoc syntax and examples
- •references/dokka_integration.md — Dokka Gradle integration examples
Usage: Place KDoc comments in src/commonMain/kotlin for cross-platform visibility and use Dokka to generate HTML/markdown docs as part of CI.