aboutsummaryrefslogtreecommitdiff
path: root/test/data/comments/multilineSection.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/multilineSection.kt
parentd627d2cfdfebcddd63669734efb82dfc66e7c7fe (diff)
downloaddokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.tar.gz
dokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.tar.bz2
dokka-a83488aae453f1bf01cfb5507317acf0b9ddfb82.zip
Implement section parsing.
Diffstat (limited to 'test/data/comments/multilineSection.kt')
-rw-r--r--test/data/comments/multilineSection.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/comments/multilineSection.kt b/test/data/comments/multilineSection.kt
new file mode 100644
index 00000000..be83b641
--- /dev/null
+++ b/test/data/comments/multilineSection.kt
@@ -0,0 +1,7 @@
+/**
+ * Summary
+ * $one
+ * line one
+ * line two
+ */
+val property = "test" \ No newline at end of file