aboutsummaryrefslogtreecommitdiff
path: root/test/data/comments/section2.kt
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-12 03:55:20 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-12 03:55:20 +0400
commita83488aae453f1bf01cfb5507317acf0b9ddfb82 (patch)
treeab1c3e2370480f182ac75a2016bf2dc95d1637bb /test/data/comments/section2.kt
parentd627d2cfdfebcddd63669734efb82dfc66e7c7fe (diff)
downloaddokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.tar.gz
dokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.tar.bz2
dokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.zip
Implement section parsing.
Diffstat (limited to 'test/data/comments/section2.kt')
-rw-r--r--test/data/comments/section2.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/comments/section2.kt b/test/data/comments/section2.kt
new file mode 100644
index 00000000..a34aa853
--- /dev/null
+++ b/test/data/comments/section2.kt
@@ -0,0 +1,6 @@
+/**
+ * Summary
+ * $one section one
+ * $two section two
+ */
+val property = "test" \ No newline at end of file