diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-22 17:39:10 +0300 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-22 17:39:10 +0300 |
commit | 40f64f348fc21008cc3acf3c13a149ec6d10bb70 (patch) | |
tree | d858a3147c4967b58db3dd1ef0f614a950bb00fd /test/data/comments | |
parent | c759876cf6401e11311be0e480233592ed627bb4 (diff) | |
download | dokka-40f64f348fc21008cc3acf3c13a149ec6d10bb70.tar.gz dokka-40f64f348fc21008cc3acf3c13a149ec6d10bb70.tar.bz2 dokka-40f64f348fc21008cc3acf3c13a149ec6d10bb70.zip |
Remove one line sections tests.
Diffstat (limited to 'test/data/comments')
-rw-r--r-- | test/data/comments/emptySectionOnOneLine.kt | 2 | ||||
-rw-r--r-- | test/data/comments/sectionOnOneLine.kt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/data/comments/emptySectionOnOneLine.kt b/test/data/comments/emptySectionOnOneLine.kt deleted file mode 100644 index b0d5defd..00000000 --- a/test/data/comments/emptySectionOnOneLine.kt +++ /dev/null @@ -1,2 +0,0 @@ -/** Summary $one:*/ -val property = "test"
\ No newline at end of file diff --git a/test/data/comments/sectionOnOneLine.kt b/test/data/comments/sectionOnOneLine.kt deleted file mode 100644 index 8bd3dd64..00000000 --- a/test/data/comments/sectionOnOneLine.kt +++ /dev/null @@ -1,2 +0,0 @@ -/** Summary $one: same line */ -val property = "test"
\ No newline at end of file |