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
- Host: GitHub
- URL: https://github.com/markwhitaker/kdoctest
- Owner: markwhitaker
- Created: 2018-09-05T12:34:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T15:14:53.000Z (over 7 years ago)
- Last Synced: 2025-01-16T09:08:31.545Z (over 1 year ago)
- Topics: dokka, javadoc, kdoc, kotlin, kotlin-android
- Language: Kotlin
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.