An open API service indexing awesome lists of open source software.

https://github.com/markwhitaker/kdoctest

Testing KDoc and Dokka on a Kotlin project
https://github.com/markwhitaker/kdoctest

dokka javadoc kdoc kotlin kotlin-android

Last synced: over 1 year ago
JSON representation

Testing KDoc and Dokka on a Kotlin project

Awesome Lists containing this project

README

          

# KDocTest

A simple test app to try out [KDoc](https://kotlinlang.org/docs/reference/kotlin-doc.html) and [Dokka](https://github.com/Kotlin/dokka) on a Kotlin project.

## Build instructions

Just run the `dokka` Gradle task to build the documentation.

Documentation is built into `app/build/javadoc`.