diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 15:47:06 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 15:47:06 +0300 |
commit | 3278122d5fd72efc03bd8339865c7d3c19582e8d (patch) | |
tree | 241cc9898798cce43257041691dfe26c6c4565ba /core/testdata/format/tokensInStrong.md | |
parent | 0a09b1bffb45eceb3f53296207b8b03715cc345b (diff) | |
parent | ec3d364e49268f1dfbc7619245ec36a49e780169 (diff) | |
download | dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.tar.gz dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.tar.bz2 dokka-3278122d5fd72efc03bd8339865c7d3c19582e8d.zip |
Merge branch 'refactoring-layout-service' into dev
Diffstat (limited to 'core/testdata/format/tokensInStrong.md')
-rw-r--r-- | core/testdata/format/tokensInStrong.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/testdata/format/tokensInStrong.md b/core/testdata/format/tokensInStrong.md index e1abe030..2781656c 100644 --- a/core/testdata/format/tokensInStrong.md +++ b/core/testdata/format/tokensInStrong.md @@ -1,20 +1,20 @@ -[test](test/index) / [Yasc](test/-yasc/index) +[test](../index.md) / [Yasc](./index.md) # Yasc `class Yasc` -**YASC: [Yasc](test/-yasc/index) Yet Another Strong Class** +**YASC: [Yasc](./index.md) Yet Another Strong Class** -**This class, [Yasc](test/-yasc/index) *is* just meh.** +**This class, [Yasc](./index.md) *is* just meh.** -**For a semicolon; [Yasc.foo](test/-yasc/foo) is for you!.** +**For a semicolon; [Yasc.foo](foo.md) is for you!.** ### Constructors -| [<init>](test/-yasc/-init-) | `Yasc()`<br>**YASC: [Yasc](test/-yasc/index) Yet Another Strong Class** | +| [<init>](-init-.md) | `Yasc()`<br>**YASC: [Yasc](./index.md) Yet Another Strong Class** | ### Functions -| [foo](test/-yasc/foo) | `fun foo(): String` | +| [foo](foo.md) | `fun foo(): String` | |