diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/website-html/sample.html | |
parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/website-html/sample.html')
-rw-r--r-- | core/testdata/format/website-html/sample.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/testdata/format/website-html/sample.html b/core/testdata/format/website-html/sample.html deleted file mode 100644 index 479af45c..00000000 --- a/core/testdata/format/website-html/sample.html +++ /dev/null @@ -1,25 +0,0 @@ -<div class='api-docs-breadcrumbs'><a href="../index.html">test</a> / <a href="./foo.html">foo</a></div> -<h1>foo</h1> -<div class="overload-group"data-platform="" data-kotlin-version=""><div class="tags"><div class="spacer"></div> -<div class="tags__tag kotlin-version"></div> -</div> -<a name="$foo()"></a> -<div class="signature"><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">Int</span></code></div> -<p>Groups elements of the original sequence by the key returned by the given <a href="#">keySelector</a> function -applied to each element and returns a map where each group key is associated with a list of corresponding elements.</p> -<div class="sample" data-min-compiler-version="1.3"><pre><code class="lang-kotlin"> - -fun main(args: Array<String>) { -//sampleStart -if (true) { - println(property) -} -//sampleEnd -}</code></pre></div> -</div> -<div class="overload-group"data-platform="" data-kotlin-version=""><div class="tags"><div class="spacer"></div> -<div class="tags__tag kotlin-version"></div> -</div> -<a name="$foo(kotlin.Int)"></a> -<div class="signature"><code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="parameterName" id="$foo(kotlin.Int)/i">i</span><span class="symbol">:</span> <span class="identifier">Int</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Int</span></code></div> -</div> |