kdoc improvements: allow package summaries, package API doc URLs and documentation files to be specified so we can better describe package, reuse documentation for them or link to external packages. #KT-1463 Fixed

This commit is contained in:
James Strachan
2012-04-13 17:43:54 +01:00
parent d512d62c04
commit d83b76b7a7
6 changed files with 111 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ The Kotlin Swing library provides some helper functions and extensions for creat
To try the sample run
cd kotlin/libraries/kotlin-swing
mvn test -Pui
Or browse the [source of the sample](https://github.com/JetBrains/kotlin/blob/master/libraries/kotlin-swing/src/test/kotlin/test/kotlin/swing/SwingSample.kt)