diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-12 03:55:20 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-12 03:55:20 +0400 |
commit | a83488aae453f1bf01cfb5507317acf0b9ddfb82 (patch) | |
tree | ab1c3e2370480f182ac75a2016bf2dc95d1637bb /test/data/comments/multilineSection.kt | |
parent | d627d2cfdfebcddd63669734efb82dfc66e7c7fe (diff) | |
download | dokka-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.kt | 7 |
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 |