diff options
| author | Dmitry Jemerov <yole@jetbrains.com> | 2017-02-24 14:44:55 +0100 |
|---|---|---|
| committer | Dmitry Jemerov <yole@jetbrains.com> | 2017-02-24 14:44:55 +0100 |
| commit | 0f9dac9ea2137fe5935566d84cb2f5264be1a8ba (patch) | |
| tree | 1064587501fb4e6bad5f4542ddcabfbb31f99749 /core/testdata/javadoc/blankLineInsideCodeBlock.kt | |
| parent | 004fc0c4eaf9d1ecaa78cf97f7d0fb2e91405031 (diff) | |
| parent | 2ceff9c41cff42b7fb3ffe75ea36a7c570f3615b (diff) | |
| download | dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.gz dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.tar.bz2 dokka-0f9dac9ea2137fe5935566d84cb2f5264be1a8ba.zip | |
Merge remote-tracking branch 'origin/0.9.14/BlankLines'
# Conflicts:
# core/src/test/kotlin/format/HtmlFormatTest.kt
# core/src/test/kotlin/format/MarkdownFormatTest.kt
Diffstat (limited to 'core/testdata/javadoc/blankLineInsideCodeBlock.kt')
| -rw-r--r-- | core/testdata/javadoc/blankLineInsideCodeBlock.kt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/testdata/javadoc/blankLineInsideCodeBlock.kt b/core/testdata/javadoc/blankLineInsideCodeBlock.kt new file mode 100644 index 00000000..9430f4d5 --- /dev/null +++ b/core/testdata/javadoc/blankLineInsideCodeBlock.kt @@ -0,0 +1,12 @@ +/** + * ``` + * This is a test + * of Dokka's code blocks. + * Here is a blank line. + * + * The previous line was blank. + * ``` + */ +fun u() { + +}
\ No newline at end of file |
