8 lines
484 B
Markdown
8 lines
484 B
Markdown
## KDoc Maven Plugin
|
|
|
|
This Maven plugin allows you to create API Documentation for your Kotlin code (rather like javadoc but more kool :)
|
|
as it allows embedded [markdown](http://daringfireball.net/projects/markdown/syntax#block) wiki markup.
|
|
|
|
For examples check out the [Kotlin API docs](http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/index.html).
|
|
|
|
For more details see [how to write code with comments](http://confluence.jetbrains.net/display/Kotlin/Coding+Conventions) |