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/deprecated.class.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/deprecated.class.html')
| -rw-r--r-- | core/testdata/format/deprecated.class.html | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html deleted file mode 100644 index 11d2e944..00000000 --- a/core/testdata/format/deprecated.class.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- 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/> -<br/> -<h1>C</h1> -<code><span class="keyword">class </span><s><span class="identifier">C</span></s></code><br/> -<strong>Deprecated:</strong> This class sucks<br/> -<br/> -<h3>Constructors</h3> -<table> -<tbody> -<tr> -<td> -<h4><a href="-init-.html"><init></a></h4> -</td> -<td> -<code><span class="identifier">C</span><span class="symbol">(</span><span class="symbol">)</span></code></td> -</tr> -</tbody> -</table> -</BODY> -</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/> -<br/> -<h1>f</h1> -<a name="$f()"></a> -<code><span class="keyword">fun </span><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/> -<strong>Deprecated:</strong> This function sucks<br/> -<br/> -</BODY> -</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/> -<br/> -<h1>p</h1> -<a name="$p"></a> -<code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code><br/> -<strong>Deprecated:</strong> This property sucks<br/> -<br/> -</BODY> -</HTML> |
