diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 16:37:46 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 16:37:46 +0400 |
commit | 9fec3e15c94969f98596ac04130af6e2d9368a89 (patch) | |
tree | 3a5ca45aa30c68649e7b1624811a95840dc3ba26 /test | |
parent | ba96795f4eff615578f72c29a2f29b7111c8de8c (diff) | |
download | dokka-9fec3e15c94969f98596ac04130af6e2d9368a89.tar.gz dokka-9fec3e15c94969f98596ac04130af6e2d9368a89.tar.bz2 dokka-9fec3e15c94969f98596ac04130af6e2d9368a89.zip |
Add primitive KDoc extraction by descriptor.
Diffstat (limited to 'test')
-rw-r--r-- | test/playground.kt | 3 |
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() { } |