diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-28 11:38:40 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-29 11:57:21 +0100 |
commit | 0efda36cc309e117641f2226a451cf98e42c421e (patch) | |
tree | e6a0c8c2c228c27bc9ef02d116d5416a85152aee /test/data/format/annotations.md | |
parent | ae2ff5b82931666fc908750d39e31bd6dc39359f (diff) | |
download | dokka-0efda36cc309e117641f2226a451cf98e42c421e.tar.gz dokka-0efda36cc309e117641f2226a451cf98e42c421e.tar.bz2 dokka-0efda36cc309e117641f2226a451cf98e42c421e.zip |
exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests
Diffstat (limited to 'test/data/format/annotations.md')
-rw-r--r-- | test/data/format/annotations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index caf84084..b898d55c 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -16,11 +16,11 @@ ### Properties -| [x](test/-foo/x) | `inline val x: Int` | +| [x](test/-foo/x) | `val x: Int` | ### Functions -| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | +| [bar](test/-foo/bar) | `fun bar(notInlined: () -> Unit): Unit` | |