diff options
Diffstat (limited to 'test/data/format/annotations.md')
-rw-r--r-- | test/data/format/annotations.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index d7435adf..04d16129 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -1,4 +1,4 @@ -[test](out.md) / [](out.md) / [Foo](out.md) +[test](test/index) / [Foo](test/-foo/index) # Foo @@ -10,17 +10,17 @@ ### Constructors -| [<init>](out.md) | `public Foo()` | +| [<init>](test/-foo/-init-) | `public Foo()` | ### Properties -| [x](out.md) | `inline val x: Int` | +| [x](test/-foo/x) | `inline val x: Int` | ### Functions -| [bar](out.md) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | +| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | |