diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-14 20:32:06 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-14 20:32:06 +0100 |
commit | 555caef67698f6932217419fe63a040cc0aeb822 (patch) | |
tree | 327f04c793e2a6fc11af3e006aa635c933d51bf8 /test/data/format/accessor.set.md | |
parent | 807451f9ad9664e7b26cc50c4f08a2a9bf3be538 (diff) | |
parent | 03d942bb95cf1064488ba2c14d9455c19f9c922e (diff) | |
download | dokka-555caef67698f6932217419fe63a040cc0aeb822.tar.gz dokka-555caef67698f6932217419fe63a040cc0aeb822.tar.bz2 dokka-555caef67698f6932217419fe63a040cc0aeb822.zip |
Merge branch 'accessor-signature'
Conflicts:
test/src/format/MarkdownFormatTest.kt
Diffstat (limited to 'test/data/format/accessor.set.md')
-rw-r--r-- | test/data/format/accessor.set.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/data/format/accessor.set.md b/test/data/format/accessor.set.md new file mode 100644 index 00000000..8b9db263 --- /dev/null +++ b/test/data/format/accessor.set.md @@ -0,0 +1,12 @@ +[test](out.md) / [](out.md) / [C](out.md) / [x](out.md) / [set](out.md) + + +# set + + +``` +set(value: String) +``` + + + |