Skip to content
Yannic edited this page Feb 25, 2022 · 5 revisions

Kotlins documentation language is KDoc. HTML documentation can be generated from KDoc in source files via the tool Dokka.

To generate the documentation for this project, use the gradle goal ./gradlew dokkaHtml. This will generate the html sources for the code documentation in the folder build/dokka/html.

Clone this wiki locally