aboutsummaryrefslogtreecommitdiff
path: root/test/playground.kt
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 16:37:46 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 16:37:46 +0400
commit9fec3e15c94969f98596ac04130af6e2d9368a89 (patch)
tree3a5ca45aa30c68649e7b1624811a95840dc3ba26 /test/playground.kt
parentba96795f4eff615578f72c29a2f29b7111c8de8c (diff)
downloaddokka-9fec3e15c94969f98596ac04130af6e2d9368a89.tar.gz
dokka-9fec3e15c94969f98596ac04130af6e2d9368a89.tar.bz2
dokka-9fec3e15c94969f98596ac04130af6e2d9368a89.zip
Add primitive KDoc extraction by descriptor.
Diffstat (limited to 'test/playground.kt')
-rw-r--r--test/playground.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/playground.kt b/test/playground.kt
index 136995d1..80992fbd 100644
--- a/test/playground.kt
+++ b/test/playground.kt
@@ -14,6 +14,9 @@ var topLevelVariable : String
set(value) {
}
+/**
+ * This is a class
+ */
class Class {
fun memberFunction() {
}