diff options
author | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
---|---|---|
committer | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
commit | fb4149a5e7a57a7ea51fb66dc64538102be01737 (patch) | |
tree | 7b833a2aad590c3979c8598c2b66a5ed82adc4a4 /core/testdata | |
parent | 9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (diff) | |
download | dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.gz dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.bz2 dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.zip |
fix tests #2 - fails caused by bad index.html paths and missing paragraphs
Diffstat (limited to 'core/testdata')
97 files changed, 164 insertions, 164 deletions
diff --git a/core/testdata/format/accessor.md b/core/testdata/format/accessor.md index 190e8538..9bb2c4ed 100644 --- a/core/testdata/format/accessor.md +++ b/core/testdata/format/accessor.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](index.md) / [x](./x.md) +[test](../../index.md) / [C](index.md) / [x](./x.md) # x diff --git a/core/testdata/format/annotatedTypeParameter.md b/core/testdata/format/annotatedTypeParameter.md index aa622eac..36d8aba9 100644 --- a/core/testdata/format/annotatedTypeParameter.md +++ b/core/testdata/format/annotatedTypeParameter.md @@ -1,4 +1,4 @@ -[test](index.md) / [containsAll](./contains-all.md) +[test](../index.md) / [containsAll](./contains-all.md) # containsAll diff --git a/core/testdata/format/annotationClass.md b/core/testdata/format/annotationClass.md index 55fda40c..9ce4aea9 100644 --- a/core/testdata/format/annotationClass.md +++ b/core/testdata/format/annotationClass.md @@ -1,4 +1,4 @@ -[test](../index.md) / [fancy](./index.md) +[test](../../index.md) / [fancy](./index.md) # fancy diff --git a/core/testdata/format/annotationClass.package.md b/core/testdata/format/annotationClass.package.md index c8aff7a3..25e0d77c 100644 --- a/core/testdata/format/annotationClass.package.md +++ b/core/testdata/format/annotationClass.package.md @@ -1,4 +1,4 @@ -[test](./index.md) +[test](../index.md) ## Package <root> diff --git a/core/testdata/format/annotationParams.md b/core/testdata/format/annotationParams.md index cfa3b822..7388c83a 100644 --- a/core/testdata/format/annotationParams.md +++ b/core/testdata/format/annotationParams.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/annotations.md b/core/testdata/format/annotations.md index 2e1604d0..07c22103 100644 --- a/core/testdata/format/annotations.md +++ b/core/testdata/format/annotations.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/arrayAverage.md b/core/testdata/format/arrayAverage.md index 2c6927d6..5867c1be 100644 --- a/core/testdata/format/arrayAverage.md +++ b/core/testdata/format/arrayAverage.md @@ -1,4 +1,4 @@ -[test](../index.md) / [XArray](./index.md) +[test](../../index.md) / [XArray](./index.md) # XArray diff --git a/core/testdata/format/backtickInCodeBlock.md b/core/testdata/format/backtickInCodeBlock.md index 830539ac..d2267204 100644 --- a/core/testdata/format/backtickInCodeBlock.md +++ b/core/testdata/format/backtickInCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html index f0351d72..9db7d4f0 100644 --- a/core/testdata/format/blankLineInsideCodeBlock.html +++ b/core/testdata/format/blankLineInsideCodeBlock.html @@ -4,7 +4,7 @@ <title>u - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./u.html">u</a><br/> +<a href="../index.html">test</a> / <a href="./u.html">u</a><br/> <br/> <h1>u</h1> <a name="$u()"></a> diff --git a/core/testdata/format/blankLineInsideCodeBlock.md b/core/testdata/format/blankLineInsideCodeBlock.md index 956f8954..1a3ef10e 100644 --- a/core/testdata/format/blankLineInsideCodeBlock.md +++ b/core/testdata/format/blankLineInsideCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [u](./u.md) +[test](../index.md) / [u](./u.md) # u diff --git a/core/testdata/format/bracket.html b/core/testdata/format/bracket.html index 01aaaf04..5ba19b73 100644 --- a/core/testdata/format/bracket.html +++ b/core/testdata/format/bracket.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/brokenLink.html b/core/testdata/format/brokenLink.html index c598a73e..db47c05a 100644 --- a/core/testdata/format/brokenLink.html +++ b/core/testdata/format/brokenLink.html @@ -4,7 +4,7 @@ <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f()"></a> diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 88feea5e..4525711d 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -4,7 +4,7 @@ <title>Klass - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">Klass</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">Klass</a><br/> <br/> <h1>Klass</h1> <code><span class="keyword">class </span><span class="identifier">Klass</span></code> diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md index 40f605be..850e51ec 100644 --- a/core/testdata/format/classWithCompanionObject.md +++ b/core/testdata/format/classWithCompanionObject.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Klass](./index.md) +[test](../../index.md) / [Klass](./index.md) # Klass diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 1e07ff09..9bf0dcd9 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -1,11 +1,11 @@ -<!-- File: test/-throws/index.html --> +<!-- File: test/--root--/-throws/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>Throws - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">Throws</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">Throws</a><br/> <br/> <h1>Throws</h1> <code><span class="keyword">class </span><span class="identifier">Throws</span></code> @@ -30,14 +30,14 @@ fun readFile(name: String): String {...} </table> </BODY> </HTML> -<!-- File: test/-it-does-some-obfuscated-thing/index.html --> +<!-- File: test/--root--/-it-does-some-obfuscated-thing/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>ItDoesSomeObfuscatedThing - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> <br/> <h1>ItDoesSomeObfuscatedThing</h1> <code><span class="keyword">class </span><span class="identifier">ItDoesSomeObfuscatedThing</span></code> diff --git a/core/testdata/format/codeBlock.md b/core/testdata/format/codeBlock.md index d183a8ba..b6163a37 100644 --- a/core/testdata/format/codeBlock.md +++ b/core/testdata/format/codeBlock.md @@ -1,5 +1,5 @@ -<!-- File: test/-throws/index.md --> -[test](../index.md) / [Throws](./index.md) +<!-- File: test/--root--/-throws/index.md --> +[test](../../index.md) / [Throws](./index.md) # Throws @@ -18,8 +18,8 @@ fun readFile(name: String): String {...} | [<init>](-init-.md) | `Throws()`<br>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. | -<!-- File: test/-it-does-some-obfuscated-thing/index.md --> -[test](../index.md) / [ItDoesSomeObfuscatedThing](./index.md) +<!-- File: test/--root--/-it-does-some-obfuscated-thing/index.md --> +[test](../../index.md) / [ItDoesSomeObfuscatedThing](./index.md) # ItDoesSomeObfuscatedThing diff --git a/core/testdata/format/codeBlockNoHtmlEscape.md b/core/testdata/format/codeBlockNoHtmlEscape.md index 548dac4f..a54fc25d 100644 --- a/core/testdata/format/codeBlockNoHtmlEscape.md +++ b/core/testdata/format/codeBlockNoHtmlEscape.md @@ -1,4 +1,4 @@ -[test](index.md) / [hackTheArithmetic](./hack-the-arithmetic.md) +[test](../index.md) / [hackTheArithmetic](./hack-the-arithmetic.md) # hackTheArithmetic diff --git a/core/testdata/format/codeSpan.html b/core/testdata/format/codeSpan.html index bfe93f36..28631dbf 100644 --- a/core/testdata/format/codeSpan.html +++ b/core/testdata/format/codeSpan.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/companionImplements.md b/core/testdata/format/companionImplements.md index aac7b3e6..ead95193 100644 --- a/core/testdata/format/companionImplements.md +++ b/core/testdata/format/companionImplements.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/companionObjectExtension.md b/core/testdata/format/companionObjectExtension.md index c0e268e6..f62c856e 100644 --- a/core/testdata/format/companionObjectExtension.md +++ b/core/testdata/format/companionObjectExtension.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html index 540060d1..bfe138f4 100644 --- a/core/testdata/format/deprecated.class.html +++ b/core/testdata/format/deprecated.class.html @@ -1,11 +1,11 @@ -<!-- File: test/-c/index.html --> +<!-- File: test/--root--/-c/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>C - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">C</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">C</a><br/> <br/> <h1>C</h1> <code><span class="keyword">class </span><s><span class="identifier">C</span></s></code><br/> @@ -25,14 +25,14 @@ </table> </BODY> </HTML> -<!-- File: test/f.html --> +<!-- File: test/--root--/f.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f()"></a> @@ -41,14 +41,14 @@ <br/> </BODY> </HTML> -<!-- File: test/p.html --> +<!-- File: test/--root--/p.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>p - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./p.html">p</a><br/> +<a href="../index.html">test</a> / <a href="./p.html">p</a><br/> <br/> <h1>p</h1> <a name="$p"></a> diff --git a/core/testdata/format/dynamicExtension.md b/core/testdata/format/dynamicExtension.md index 382cf973..ed81d66c 100644 --- a/core/testdata/format/dynamicExtension.md +++ b/core/testdata/format/dynamicExtension.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/dynamicType.md b/core/testdata/format/dynamicType.md index 07a1d103..cfb8fd25 100644 --- a/core/testdata/format/dynamicType.md +++ b/core/testdata/format/dynamicType.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/emptyDescription.md b/core/testdata/format/emptyDescription.md index 5d56d968..3c14ab75 100644 --- a/core/testdata/format/emptyDescription.md +++ b/core/testdata/format/emptyDescription.md @@ -1,4 +1,4 @@ -[test](index.md) / [fn](./fn.md) +[test](../index.md) / [fn](./fn.md) # fn diff --git a/core/testdata/format/enumClass.md b/core/testdata/format/enumClass.md index 50cccfbb..15070049 100644 --- a/core/testdata/format/enumClass.md +++ b/core/testdata/format/enumClass.md @@ -1,4 +1,4 @@ -[test](../index.md) / [InlineOption](./index.md) +[test](../../index.md) / [InlineOption](./index.md) # InlineOption diff --git a/core/testdata/format/enumClass.value.md b/core/testdata/format/enumClass.value.md index 150016cc..9000a1c4 100644 --- a/core/testdata/format/enumClass.value.md +++ b/core/testdata/format/enumClass.value.md @@ -1,4 +1,4 @@ -[test](../index.md) / [InlineOption](index.md) / [LOCAL_CONTINUE_AND_BREAK](./-l-o-c-a-l_-c-o-n-t-i-n-u-e_-a-n-d_-b-r-e-a-k.md) +[test](../../index.md) / [InlineOption](index.md) / [LOCAL_CONTINUE_AND_BREAK](./-l-o-c-a-l_-c-o-n-t-i-n-u-e_-a-n-d_-b-r-e-a-k.md) # LOCAL_CONTINUE_AND_BREAK diff --git a/core/testdata/format/enumRef.md b/core/testdata/format/enumRef.md index f5f5a3e0..5f6b2f64 100644 --- a/core/testdata/format/enumRef.md +++ b/core/testdata/format/enumRef.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/exceptionClass.md b/core/testdata/format/exceptionClass.md index 1e928bb6..44ad6705 100644 --- a/core/testdata/format/exceptionClass.md +++ b/core/testdata/format/exceptionClass.md @@ -1,4 +1,4 @@ -[test](../index.md) / [MyException](./index.md) +[test](../../index.md) / [MyException](./index.md) # MyException diff --git a/core/testdata/format/exclInCodeBlock.md b/core/testdata/format/exclInCodeBlock.md index d665c415..0302570e 100644 --- a/core/testdata/format/exclInCodeBlock.md +++ b/core/testdata/format/exclInCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/extensionFunctionParameter.md b/core/testdata/format/extensionFunctionParameter.md index e1e85824..465fe358 100644 --- a/core/testdata/format/extensionFunctionParameter.md +++ b/core/testdata/format/extensionFunctionParameter.md @@ -1,4 +1,4 @@ -[test](index.md) / [apply](./apply.md) +[test](../index.md) / [apply](./apply.md) # apply diff --git a/core/testdata/format/extensionScope.md b/core/testdata/format/extensionScope.md index ea765bd5..2921346a 100644 --- a/core/testdata/format/extensionScope.md +++ b/core/testdata/format/extensionScope.md @@ -1,4 +1,4 @@ -[test](index.md) / [test](./test.md) +[test](../index.md) / [test](./test.md) # test diff --git a/core/testdata/format/extensionWithDocumentedReceiver.md b/core/testdata/format/extensionWithDocumentedReceiver.md index 0679ac8f..4cee0a04 100644 --- a/core/testdata/format/extensionWithDocumentedReceiver.md +++ b/core/testdata/format/extensionWithDocumentedReceiver.md @@ -1,4 +1,4 @@ -[test](../index.md) / [kotlin.String](index.md) / [fn](./fn.md) +[test](../../index.md) / [kotlin.String](index.md) / [fn](./fn.md) # fn diff --git a/core/testdata/format/externalReferenceLink.md b/core/testdata/format/externalReferenceLink.md index 3565d9aa..73840e76 100644 --- a/core/testdata/format/externalReferenceLink.md +++ b/core/testdata/format/externalReferenceLink.md @@ -1,4 +1,4 @@ -[test](index.md) / [a](./a.md) +[test](../index.md) / [a](./a.md) # a diff --git a/core/testdata/format/functionWithDefaultParameter.md b/core/testdata/format/functionWithDefaultParameter.md index 05f7fbe6..535ea18d 100644 --- a/core/testdata/format/functionWithDefaultParameter.md +++ b/core/testdata/format/functionWithDefaultParameter.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/functionalTypeWithNamedParameters.html b/core/testdata/format/functionalTypeWithNamedParameters.html index 83d03d8f..4d959605 100644 --- a/core/testdata/format/functionalTypeWithNamedParameters.html +++ b/core/testdata/format/functionalTypeWithNamedParameters.html @@ -1,11 +1,11 @@ -<!-- File: test/-a/index.html --> +<!-- File: test/--root--/-a/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>A - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">A</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">A</a><br/> <br/> <h1>A</h1> <code><span class="keyword">class </span><span class="identifier">A</span></code> @@ -23,14 +23,14 @@ </table> </BODY> </HTML> -<!-- File: test/-b/index.html --> +<!-- File: test/--root--/-b/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>B - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">B</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">B</a><br/> <br/> <h1>B</h1> <code><span class="keyword">class </span><span class="identifier">B</span></code> @@ -48,14 +48,14 @@ </table> </BODY> </HTML> -<!-- File: test/-c/index.html --> +<!-- File: test/--root--/-c/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>C - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">C</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">C</a><br/> <br/> <h1>C</h1> <code><span class="keyword">class </span><span class="identifier">C</span></code> @@ -73,28 +73,28 @@ </table> </BODY> </HTML> -<!-- File: test/f.html --> +<!-- File: test/--root--/f.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f"></a> <code><span class="keyword">val </span><span class="identifier">f</span><span class="symbol">: </span><span class="symbol">(</span><span class="identifier">a</span><span class="symbol">:</span> <a href="-a/index.html"><span class="identifier">A</span></a><span class="symbol">,</span> <span class="identifier">b</span><span class="symbol">:</span> <a href="-b/index.html"><span class="identifier">B</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="-c/index.html"><span class="identifier">C</span></a></code> </BODY> </HTML> -<!-- File: test/accept-function-type-with-named-arguments.html --> +<!-- File: test/--root--/accept-function-type-with-named-arguments.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>acceptFunctionTypeWithNamedArguments - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./accept-function-type-with-named-arguments.html">acceptFunctionTypeWithNamedArguments</a><br/> +<a href="../index.html">test</a> / <a href="./accept-function-type-with-named-arguments.html">acceptFunctionTypeWithNamedArguments</a><br/> <br/> <h1>acceptFunctionTypeWithNamedArguments</h1> <a name="$acceptFunctionTypeWithNamedArguments(kotlin.Function2((B, A, C)))"></a> diff --git a/core/testdata/format/functionalTypeWithNamedParameters.md b/core/testdata/format/functionalTypeWithNamedParameters.md index 4e78694c..e1c9681a 100644 --- a/core/testdata/format/functionalTypeWithNamedParameters.md +++ b/core/testdata/format/functionalTypeWithNamedParameters.md @@ -1,5 +1,5 @@ -<!-- File: test/-a/index.md --> -[test](../index.md) / [A](./index.md) +<!-- File: test/--root--/-a/index.md --> +[test](../../index.md) / [A](./index.md) # A @@ -9,8 +9,8 @@ | [<init>](-init-.md) | `A()` | -<!-- File: test/-b/index.md --> -[test](../index.md) / [B](./index.md) +<!-- File: test/--root--/-b/index.md --> +[test](../../index.md) / [B](./index.md) # B @@ -20,8 +20,8 @@ | [<init>](-init-.md) | `B()` | -<!-- File: test/-c/index.md --> -[test](../index.md) / [C](./index.md) +<!-- File: test/--root--/-c/index.md --> +[test](../../index.md) / [C](./index.md) # C @@ -31,14 +31,14 @@ | [<init>](-init-.md) | `C()` | -<!-- File: test/f.md --> -[test](index.md) / [f](./f.md) +<!-- File: test/--root--/f.md --> +[test](../index.md) / [f](./f.md) # f `val f: (a: `[`A`](-a/index.md)`, b: `[`B`](-b/index.md)`) -> `[`C`](-c/index.md) -<!-- File: test/accept-function-type-with-named-arguments.md --> -[test](index.md) / [acceptFunctionTypeWithNamedArguments](./accept-function-type-with-named-arguments.md) +<!-- File: test/--root--/accept-function-type-with-named-arguments.md --> +[test](../index.md) / [acceptFunctionTypeWithNamedArguments](./accept-function-type-with-named-arguments.md) # acceptFunctionTypeWithNamedArguments diff --git a/core/testdata/format/genericInheritedExtensions.md b/core/testdata/format/genericInheritedExtensions.md index 8d0e316f..90397676 100644 --- a/core/testdata/format/genericInheritedExtensions.md +++ b/core/testdata/format/genericInheritedExtensions.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/gfm/listInTableCell.md b/core/testdata/format/gfm/listInTableCell.md index 359ad916..59fba5c4 100644 --- a/core/testdata/format/gfm/listInTableCell.md +++ b/core/testdata/format/gfm/listInTableCell.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md index 2b082296..a720881f 100644 --- a/core/testdata/format/gfm/sample.md +++ b/core/testdata/format/gfm/sample.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/htmlEscaping.html b/core/testdata/format/htmlEscaping.html index bd64454d..435c3149 100644 --- a/core/testdata/format/htmlEscaping.html +++ b/core/testdata/format/htmlEscaping.html @@ -4,7 +4,7 @@ <title>x - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./x.html">x</a><br/> +<a href="../index.html">test</a> / <a href="./x.html">x</a><br/> <br/> <h1>x</h1> <a name="$x()"></a> diff --git a/core/testdata/format/inapplicableExtensionFunctions.md b/core/testdata/format/inapplicableExtensionFunctions.md index 08fc2739..35124b3d 100644 --- a/core/testdata/format/inapplicableExtensionFunctions.md +++ b/core/testdata/format/inapplicableExtensionFunctions.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/indentedCodeBlock.md b/core/testdata/format/indentedCodeBlock.md index 77b0630a..7542ddb9 100644 --- a/core/testdata/format/indentedCodeBlock.md +++ b/core/testdata/format/indentedCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/inheritedCompanionObjectProperties.md b/core/testdata/format/inheritedCompanionObjectProperties.md index ab8f0aa5..700570cc 100644 --- a/core/testdata/format/inheritedCompanionObjectProperties.md +++ b/core/testdata/format/inheritedCompanionObjectProperties.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/inheritedExtensions.md b/core/testdata/format/inheritedExtensions.md index 97a73666..3b105e28 100644 --- a/core/testdata/format/inheritedExtensions.md +++ b/core/testdata/format/inheritedExtensions.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/inheritedMembers.md b/core/testdata/format/inheritedMembers.md index 334df360..0bf1a5f6 100644 --- a/core/testdata/format/inheritedMembers.md +++ b/core/testdata/format/inheritedMembers.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/inlineSuspendFunction.md b/core/testdata/format/inlineSuspendFunction.md index 946463f7..3bf196b6 100644 --- a/core/testdata/format/inlineSuspendFunction.md +++ b/core/testdata/format/inlineSuspendFunction.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/javaCodeInParam.md b/core/testdata/format/javaCodeInParam.md index 566b176d..7bdf4f62 100644 --- a/core/testdata/format/javaCodeInParam.md +++ b/core/testdata/format/javaCodeInParam.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](index.md) / [withParam](./with-param.md) +[test](../../index.md) / [C](index.md) / [withParam](./with-param.md) # withParam diff --git a/core/testdata/format/javaCodeLiteralTags.md b/core/testdata/format/javaCodeLiteralTags.md index c2c58047..83d535fc 100644 --- a/core/testdata/format/javaCodeLiteralTags.md +++ b/core/testdata/format/javaCodeLiteralTags.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/javaSpaceInAuthor.md b/core/testdata/format/javaSpaceInAuthor.md index 1d2251d0..fc6c53f8 100644 --- a/core/testdata/format/javaSpaceInAuthor.md +++ b/core/testdata/format/javaSpaceInAuthor.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/javadocHtml.md b/core/testdata/format/javadocHtml.md index 77f6c829..0e8c7ca8 100644 --- a/core/testdata/format/javadocHtml.md +++ b/core/testdata/format/javadocHtml.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/javadocOrderedList.md b/core/testdata/format/javadocOrderedList.md index 88d5f5b6..a861df46 100644 --- a/core/testdata/format/javadocOrderedList.md +++ b/core/testdata/format/javadocOrderedList.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/jdkLinks.md b/core/testdata/format/jdkLinks.md index c3a5fbf4..4312aa2d 100644 --- a/core/testdata/format/jdkLinks.md +++ b/core/testdata/format/jdkLinks.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/linksInEmphasis.md b/core/testdata/format/linksInEmphasis.md index d0ae70c8..0cd1aca1 100644 --- a/core/testdata/format/linksInEmphasis.md +++ b/core/testdata/format/linksInEmphasis.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/linksInHeaders.md b/core/testdata/format/linksInHeaders.md index 1dc7d18b..f771aabd 100644 --- a/core/testdata/format/linksInHeaders.md +++ b/core/testdata/format/linksInHeaders.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/linksInStrong.md b/core/testdata/format/linksInStrong.md index 5b44112d..34359a3d 100644 --- a/core/testdata/format/linksInStrong.md +++ b/core/testdata/format/linksInStrong.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/markdownInLinks.html b/core/testdata/format/markdownInLinks.html index f0bb475e..f1146ea0 100644 --- a/core/testdata/format/markdownInLinks.html +++ b/core/testdata/format/markdownInLinks.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/memberExtension.md b/core/testdata/format/memberExtension.md index 0ec1fda3..f52b46f2 100644 --- a/core/testdata/format/memberExtension.md +++ b/core/testdata/format/memberExtension.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/multipleTypeParameterConstraints.md b/core/testdata/format/multipleTypeParameterConstraints.md index 78586aca..27581598 100644 --- a/core/testdata/format/multipleTypeParameterConstraints.md +++ b/core/testdata/format/multipleTypeParameterConstraints.md @@ -1,17 +1,17 @@ -<!-- File: test/-a.md --> -[test](index.md) / [A](./-a.md) +<!-- File: test/--root--/-a.md --> +[test](../index.md) / [A](./-a.md) # A `interface A` -<!-- File: test/-b.md --> -[test](index.md) / [B](./-b.md) +<!-- File: test/--root--/-b.md --> +[test](../index.md) / [B](./-b.md) # B `interface B` -<!-- File: test/f.md --> -[test](index.md) / [f](./f.md) +<!-- File: test/--root--/f.md --> +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/nestedLists.md b/core/testdata/format/nestedLists.md index fb25bc32..c785ba42 100644 --- a/core/testdata/format/nestedLists.md +++ b/core/testdata/format/nestedLists.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/newlineInTableCell.package.md b/core/testdata/format/newlineInTableCell.package.md index 53716db3..dbc1770a 100644 --- a/core/testdata/format/newlineInTableCell.package.md +++ b/core/testdata/format/newlineInTableCell.package.md @@ -1,4 +1,4 @@ -[test](./index.md) +[test](../index.md) ## Package <root> diff --git a/core/testdata/format/notPublishedTypeAliasAutoExpansion.md b/core/testdata/format/notPublishedTypeAliasAutoExpansion.md index ca95093c..75b6db3e 100644 --- a/core/testdata/format/notPublishedTypeAliasAutoExpansion.md +++ b/core/testdata/format/notPublishedTypeAliasAutoExpansion.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/nullability.md b/core/testdata/format/nullability.md index 7b81c255..2acd6f65 100644 --- a/core/testdata/format/nullability.md +++ b/core/testdata/format/nullability.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](./index.md) +[test](../../index.md) / [C](./index.md) # C diff --git a/core/testdata/format/nullableTypeParameterFunction.md b/core/testdata/format/nullableTypeParameterFunction.md index 5764007b..ec968537 100644 --- a/core/testdata/format/nullableTypeParameterFunction.md +++ b/core/testdata/format/nullableTypeParameterFunction.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/operatorOverloading.md b/core/testdata/format/operatorOverloading.md index 0a4c87b6..df8ea182 100644 --- a/core/testdata/format/operatorOverloading.md +++ b/core/testdata/format/operatorOverloading.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](index.md) / [plus](./plus.md) +[test](../../index.md) / [C](index.md) / [plus](./plus.md) # plus diff --git a/core/testdata/format/orderedList.html b/core/testdata/format/orderedList.html index 6f735bfd..0e1b82ef 100644 --- a/core/testdata/format/orderedList.html +++ b/core/testdata/format/orderedList.html @@ -4,7 +4,7 @@ <title>Bar - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">Bar</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">Bar</a><br/> <br/> <h1>Bar</h1> <code><span class="keyword">class </span><span class="identifier">Bar</span></code> diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index feda82e4..377f079f 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -4,7 +4,7 @@ <title>root package - test</title> </HEAD> <BODY> -<a href="./index.html">test</a><br/> +<a href="../index.html">test</a><br/> <br/> <h2>Package <root></h2> <h3>Functions</h3> diff --git a/core/testdata/format/overloadsWithDescription.html b/core/testdata/format/overloadsWithDescription.html index 16b03f7e..329393d1 100644 --- a/core/testdata/format/overloadsWithDescription.html +++ b/core/testdata/format/overloadsWithDescription.html @@ -4,7 +4,7 @@ <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f(kotlin.Int)"></a> diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index 4c4f7f74..c2a348c6 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -4,7 +4,7 @@ <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f(kotlin.Int)"></a> diff --git a/core/testdata/format/overridingFunction.md b/core/testdata/format/overridingFunction.md index d0ec82fa..91c81410 100644 --- a/core/testdata/format/overridingFunction.md +++ b/core/testdata/format/overridingFunction.md @@ -1,4 +1,4 @@ -[test](../index.md) / [D](index.md) / [f](./f.md) +[test](../../index.md) / [D](index.md) / [f](./f.md) # f diff --git a/core/testdata/format/paramTag.md b/core/testdata/format/paramTag.md index 7cc33d21..9a368d3a 100644 --- a/core/testdata/format/paramTag.md +++ b/core/testdata/format/paramTag.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index a4ae0997..e54a066b 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -4,7 +4,7 @@ <title>processFiles - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./process-files.html">processFiles</a><br/> +<a href="../index.html">test</a> / <a href="./process-files.html">processFiles</a><br/> <br/> <h1>processFiles</h1> <a name="$processFiles(kotlin.Function0((processFiles.T)))"></a> diff --git a/core/testdata/format/parenthesis.html b/core/testdata/format/parenthesis.html index c63154c1..8f6edbee 100644 --- a/core/testdata/format/parenthesis.html +++ b/core/testdata/format/parenthesis.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/propertyVar.md b/core/testdata/format/propertyVar.md index 887d25a5..474379d9 100644 --- a/core/testdata/format/propertyVar.md +++ b/core/testdata/format/propertyVar.md @@ -1,4 +1,4 @@ -[test](index.md) / [x](./x.md) +[test](../index.md) / [x](./x.md) # x diff --git a/core/testdata/format/qualifiedNameLink.md b/core/testdata/format/qualifiedNameLink.md index 92fa8f7a..53984037 100644 --- a/core/testdata/format/qualifiedNameLink.md +++ b/core/testdata/format/qualifiedNameLink.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/receiverParameterTypeBound.md b/core/testdata/format/receiverParameterTypeBound.md index 978dc0f8..95f3beec 100644 --- a/core/testdata/format/receiverParameterTypeBound.md +++ b/core/testdata/format/receiverParameterTypeBound.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/receiverReference.md b/core/testdata/format/receiverReference.md index bdcce322..9d36e863 100644 --- a/core/testdata/format/receiverReference.md +++ b/core/testdata/format/receiverReference.md @@ -1,4 +1,4 @@ -[test](../index.md) / [kotlin.String](./index.md) +[test](../../index.md) / [kotlin.String](./index.md) ### Extensions for kotlin.String diff --git a/core/testdata/format/reifiedTypeParameter.md b/core/testdata/format/reifiedTypeParameter.md index 40dbed7b..5bd3e738 100644 --- a/core/testdata/format/reifiedTypeParameter.md +++ b/core/testdata/format/reifiedTypeParameter.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md index 4b5f3a64..6d449fb4 100644 --- a/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md +++ b/core/testdata/format/renderFunctionalTypeInParenthesisWhenItIsReceiver.md @@ -1,4 +1,4 @@ -[test](../index.md) / [kotlin.coroutines.SuspendFunction0](./index.md) +[test](../../index.md) / [kotlin.coroutines.SuspendFunction0](./index.md) ### Extensions for kotlin.coroutines.SuspendFunction0 diff --git a/core/testdata/format/see.html b/core/testdata/format/see.html index 74773951..2a8caf6f 100644 --- a/core/testdata/format/see.html +++ b/core/testdata/format/see.html @@ -1,11 +1,11 @@ -<!-- File: test/quux.html --> +<!-- File: test/--root--/quux.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>quux - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./quux.html">quux</a><br/> +<a href="../index.html">test</a> / <a href="./quux.html">quux</a><br/> <br/> <h1>quux</h1> <a name="$quux()"></a> @@ -16,28 +16,28 @@ </p> </BODY> </HTML> -<!-- File: test/foo.html --> +<!-- File: test/--root--/foo.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> <code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code> </BODY> </HTML> -<!-- File: test/bar.html --> +<!-- File: test/--root--/bar.html --> <HTML> <HEAD> <meta charset="UTF-8"> <title>bar - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./bar.html">bar</a><br/> +<a href="../index.html">test</a> / <a href="./bar.html">bar</a><br/> <br/> <h1>bar</h1> <a name="$bar()"></a> diff --git a/core/testdata/format/shadowedExtensionFunctions.md b/core/testdata/format/shadowedExtensionFunctions.md index f900ecb2..4adfda6a 100644 --- a/core/testdata/format/shadowedExtensionFunctions.md +++ b/core/testdata/format/shadowedExtensionFunctions.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/starProjection.md b/core/testdata/format/starProjection.md index 5a53e5b9..594a7d72 100644 --- a/core/testdata/format/starProjection.md +++ b/core/testdata/format/starProjection.md @@ -1,4 +1,4 @@ -[test](../index.md) / [kotlin.collections.Iterable](./index.md) +[test](../../index.md) / [kotlin.collections.Iterable](./index.md) ### Extensions for kotlin.collections.Iterable diff --git a/core/testdata/format/suspendInlineFunction.md b/core/testdata/format/suspendInlineFunction.md index 946463f7..056c8799 100644 --- a/core/testdata/format/suspendInlineFunction.md +++ b/core/testdata/format/suspendInlineFunction.md @@ -1,8 +1,8 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo -`suspend inline fun foo(): Int` +`suspend fun foo(): Int` returns 1 diff --git a/core/testdata/format/suspendParam.md b/core/testdata/format/suspendParam.md index ab116140..7bc656f4 100644 --- a/core/testdata/format/suspendParam.md +++ b/core/testdata/format/suspendParam.md @@ -1,4 +1,4 @@ -[test](index.md) / [takesSuspendParam](./takes-suspend-param.md) +[test](../index.md) / [takesSuspendParam](./takes-suspend-param.md) # takesSuspendParam diff --git a/core/testdata/format/suspendParam.package.md b/core/testdata/format/suspendParam.package.md index 92bd7ee7..3fdb1bc6 100644 --- a/core/testdata/format/suspendParam.package.md +++ b/core/testdata/format/suspendParam.package.md @@ -1,4 +1,4 @@ -[test](./index.md) +[test](../index.md) ## Package <root> diff --git a/core/testdata/format/throwsTag.md b/core/testdata/format/throwsTag.md index 70fba512..104493a7 100644 --- a/core/testdata/format/throwsTag.md +++ b/core/testdata/format/throwsTag.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/tokensInEmphasis.md b/core/testdata/format/tokensInEmphasis.md index a68861de..50bd694f 100644 --- a/core/testdata/format/tokensInEmphasis.md +++ b/core/testdata/format/tokensInEmphasis.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/tokensInHeaders.md b/core/testdata/format/tokensInHeaders.md index bd25492e..293c15cc 100644 --- a/core/testdata/format/tokensInHeaders.md +++ b/core/testdata/format/tokensInHeaders.md @@ -1,4 +1,4 @@ -[test](../index.md) / [The](./index.md) +[test](../../index.md) / [The](./index.md) # The diff --git a/core/testdata/format/tokensInStrong.md b/core/testdata/format/tokensInStrong.md index 2781656c..e81503e4 100644 --- a/core/testdata/format/tokensInStrong.md +++ b/core/testdata/format/tokensInStrong.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Yasc](./index.md) +[test](../../index.md) / [Yasc](./index.md) # Yasc diff --git a/core/testdata/format/tripleBackticks.html b/core/testdata/format/tripleBackticks.html index dacd0567..7dbdf4f2 100644 --- a/core/testdata/format/tripleBackticks.html +++ b/core/testdata/format/tripleBackticks.html @@ -4,7 +4,7 @@ <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f()"></a> diff --git a/core/testdata/format/typeAliases.md b/core/testdata/format/typeAliases.md index 218c4848..755bd18d 100644 --- a/core/testdata/format/typeAliases.md +++ b/core/testdata/format/typeAliases.md @@ -1,5 +1,5 @@ -<!-- File: test/-a/index.md --> -[test](../index.md) / [A](./index.md) +<!-- File: test/--root--/-a/index.md --> +[test](../../index.md) / [A](./index.md) # A @@ -9,8 +9,8 @@ | [<init>](-init-.md) | `A()` | -<!-- File: test/-b/index.md --> -[test](../index.md) / [B](./index.md) +<!-- File: test/--root--/-b/index.md --> +[test](../../index.md) / [B](./index.md) # B @@ -20,8 +20,8 @@ | [<init>](-init-.md) | `B()` | -<!-- File: test/-c/index.md --> -[test](../index.md) / [C](./index.md) +<!-- File: test/--root--/-c/index.md --> +[test](../../index.md) / [C](./index.md) # C @@ -31,62 +31,62 @@ | [<init>](-init-.md) | `C()` | -<!-- File: test/-d.md --> -[test](index.md) / [D](./-d.md) +<!-- File: test/--root--/-d.md --> +[test](../index.md) / [D](./-d.md) # D `typealias D = `[`A`](-a/index.md) -<!-- File: test/-e.md --> -[test](index.md) / [E](./-e.md) +<!-- File: test/--root--/-e.md --> +[test](../index.md) / [E](./-e.md) # E `typealias E = `[`D`](-d.md) -<!-- File: test/-f.md --> -[test](index.md) / [F](./-f.md) +<!-- File: test/--root--/-f.md --> +[test](../index.md) / [F](./-f.md) # F `typealias F = (`[`A`](-a/index.md)`) -> `[`B`](-b/index.md) -<!-- File: test/-g.md --> -[test](index.md) / [G](./-g.md) +<!-- File: test/--root--/-g.md --> +[test](../index.md) / [G](./-g.md) # G `typealias G = `[`C`](-c/index.md)`<`[`A`](-a/index.md)`>` -<!-- File: test/-h.md --> -[test](index.md) / [H](./-h.md) +<!-- File: test/--root--/-h.md --> +[test](../index.md) / [H](./-h.md) # H `typealias H<T> = `[`C`](-c/index.md)`<`[`T`](-h.md#T)`>` -<!-- File: test/-i.md --> -[test](index.md) / [I](./-i.md) +<!-- File: test/--root--/-i.md --> +[test](../index.md) / [I](./-i.md) # I `typealias I<T> = `[`H`](-h.md)`<`[`T`](-i.md#T)`>` -<!-- File: test/-j.md --> -[test](index.md) / [J](./-j.md) +<!-- File: test/--root--/-j.md --> +[test](../index.md) / [J](./-j.md) # J `typealias J = `[`H`](-h.md)`<`[`A`](-a/index.md)`>` -<!-- File: test/-k.md --> -[test](index.md) / [K](./-k.md) +<!-- File: test/--root--/-k.md --> +[test](../index.md) / [K](./-k.md) # K `typealias K = `[`H`](-h.md)`<`[`J`](-j.md)`>` -<!-- File: test/-l.md --> -[test](index.md) / [L](./-l.md) +<!-- File: test/--root--/-l.md --> +[test](../index.md) / [L](./-l.md) # L `typealias L = (`[`K`](-k.md)`, `[`B`](-b/index.md)`) -> `[`J`](-j.md) -<!-- File: test/-m.md --> -[test](index.md) / [M](./-m.md) +<!-- File: test/--root--/-m.md --> +[test](../index.md) / [M](./-m.md) # M @@ -94,8 +94,8 @@ Documented -<!-- File: test/-n.md --> -[test](index.md) / [N](./-n.md) +<!-- File: test/--root--/-n.md --> +[test](../index.md) / [N](./-n.md) # N diff --git a/core/testdata/format/typeParameterBounds.md b/core/testdata/format/typeParameterBounds.md index cf03b3a7..0e207763 100644 --- a/core/testdata/format/typeParameterBounds.md +++ b/core/testdata/format/typeParameterBounds.md @@ -1,4 +1,4 @@ -[test](index.md) / [generic](./generic.md) +[test](../index.md) / [generic](./generic.md) # generic diff --git a/core/testdata/format/typeParameterReference.md b/core/testdata/format/typeParameterReference.md index 5001d321..0baefba0 100644 --- a/core/testdata/format/typeParameterReference.md +++ b/core/testdata/format/typeParameterReference.md @@ -1,4 +1,4 @@ -[test](index.md) / [tt](./tt.md) +[test](../index.md) / [tt](./tt.md) # tt diff --git a/core/testdata/format/typeParameterVariance.md b/core/testdata/format/typeParameterVariance.md index b0615d43..9ea5feda 100644 --- a/core/testdata/format/typeParameterVariance.md +++ b/core/testdata/format/typeParameterVariance.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/typeProjectionVariance.md b/core/testdata/format/typeProjectionVariance.md index d3a55c58..082ffdba 100644 --- a/core/testdata/format/typeProjectionVariance.md +++ b/core/testdata/format/typeProjectionVariance.md @@ -1,4 +1,4 @@ -[test](../index.md) / [kotlin.Array](./index.md) +[test](../../index.md) / [kotlin.Array](./index.md) ### Extensions for kotlin.Array diff --git a/core/testdata/format/uninterpretedEmphasisCharacters.html b/core/testdata/format/uninterpretedEmphasisCharacters.html index dd338f72..a5b182b8 100644 --- a/core/testdata/format/uninterpretedEmphasisCharacters.html +++ b/core/testdata/format/uninterpretedEmphasisCharacters.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/unorderedLists.md b/core/testdata/format/unorderedLists.md index 52ad9a71..14143a46 100644 --- a/core/testdata/format/unorderedLists.md +++ b/core/testdata/format/unorderedLists.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Bar](./index.md) +[test](../../index.md) / [Bar](./index.md) # Bar diff --git a/core/testdata/format/varargsFunction.md b/core/testdata/format/varargsFunction.md index 550202cc..b23760f0 100644 --- a/core/testdata/format/varargsFunction.md +++ b/core/testdata/format/varargsFunction.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f |