refactored the maven project structure so that things are in a simpler tree structure to avoid folks getting lost

This commit is contained in:
James Strachan
2012-04-05 16:20:06 +01:00
parent 937b5ac16d
commit a40f9ee9b1
74 changed files with 99 additions and 45 deletions
@@ -0,0 +1,8 @@
## 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)