Files
kotlin-fork/libraries/tools/kdoc-maven-plugin
Zalim Bashorov 23fa0ba6ab Refactoring kotlin-maven-plugin:
* cleanup KotlinCompileMojoBase moved JVM specific things to KotlinCompileMojo;
* add support noInline in JS.
2014-10-07 16:32:07 +04:00
..
2014-10-07 16:32:07 +04:00
2012-05-04 19:12:02 +04:00

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 wiki markup.

For examples check out the Kotlin API docs.

For more details see how to write code with comments