From 9fec3e15c94969f98596ac04130af6e2d9368a89 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 16:37:46 +0400 Subject: Add primitive KDoc extraction by descriptor. --- test/playground.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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() { } -- cgit