aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/annotations.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-10-28 11:38:40 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-10-29 11:57:21 +0100
commit0efda36cc309e117641f2226a451cf98e42c421e (patch)
treee6a0c8c2c228c27bc9ef02d116d5416a85152aee /test/data/format/annotations.md
parentae2ff5b82931666fc908750d39e31bd6dc39359f (diff)
downloaddokka-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.md4
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:&nbsp;()&nbsp;-&gt;&nbsp;Unit): Unit` |
+| [bar](test/-foo/bar) | `fun bar(notInlined:&nbsp;()&nbsp;-&gt;&nbsp;Unit): Unit` |