a889e29147
as requested by http://confluence.jetbrains.net/display/JET/Code+Conventions+for+Java (sed is your friend)
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