diff options
| author | Dmitry Jemerov <yole@jetbrains.com> | 2014-12-30 18:47:03 +0100 |
|---|---|---|
| committer | Dmitry Jemerov <yole@jetbrains.com> | 2014-12-30 18:47:03 +0100 |
| commit | 69dd2988ec98a9fa027fcc805f28efbe8758d476 (patch) | |
| tree | 84badb429672162a55cb09ab082519b40cba3620 /test/data/format | |
| parent | 716483c2f20e4af1951342f2acc9a231fcbeab3b (diff) | |
| download | dokka-69dd2988ec98a9fa027fcc805f28efbe8758d476.tar.gz dokka-69dd2988ec98a9fa027fcc805f28efbe8758d476.tar.bz2 dokka-69dd2988ec98a9fa027fcc805f28efbe8758d476.zip | |
support and render annotation parameters
Diffstat (limited to 'test/data/format')
| -rw-r--r-- | test/data/format/annotationParams.kt | 1 | ||||
| -rw-r--r-- | test/data/format/annotationParams.md | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/test/data/format/annotationParams.kt b/test/data/format/annotationParams.kt new file mode 100644 index 00000000..ee5b524a --- /dev/null +++ b/test/data/format/annotationParams.kt @@ -0,0 +1 @@ +inlineOptions(InlineOption.LOCAL_CONTINUE_AND_BREAK) fun f() {} diff --git a/test/data/format/annotationParams.md b/test/data/format/annotationParams.md new file mode 100644 index 00000000..6bbdc0e5 --- /dev/null +++ b/test/data/format/annotationParams.md @@ -0,0 +1,12 @@ +[test](out.md) / [](out.md) / [f](out.md) + + +# f + + +``` +inlineOptions([InlineOption.LOCAL_CONTINUE_AND_BREAK]) fun f(): Unit +``` + + + |
