diff options
Diffstat (limited to 'core/testdata/format')
-rw-r--r-- | core/testdata/format/sinceKotlin.html | 27 | ||||
-rw-r--r-- | core/testdata/format/sinceKotlin.kt | 5 | ||||
-rw-r--r-- | core/testdata/format/sinceKotlin.md | 14 | ||||
-rw-r--r-- | core/testdata/format/sinceKotlin.package.md | 8 |
4 files changed, 54 insertions, 0 deletions
diff --git a/core/testdata/format/sinceKotlin.html b/core/testdata/format/sinceKotlin.html new file mode 100644 index 00000000..6f6a6896 --- /dev/null +++ b/core/testdata/format/sinceKotlin.html @@ -0,0 +1,27 @@ +<HTML> +<HEAD> + <meta charset="UTF-8"> + <title>Since1.1 - test</title> +</HEAD> +<BODY> +<a href="test/index">test</a> / <a href="test/-since1.1/index">Since1.1</a><br/> +<br/> +<h1>Since1.1</h1> +<code><span class="keyword">class </span><span class="identifier">Since1.1</span></code> +<p>Available since Kotlin: <code>"1.1"</code></p> +<p>Useful</p> +<h3>Constructors</h3> +<table> + <tbody> + <tr> + <td> + <a href="test/-since1.1/-init-"><init></a></td> + <td> + <code><span class="identifier">Since1.1</span><span class="symbol">(</span><span class="symbol">)</span></code> + <p>Useful</p> + </td> + </tr> + </tbody> +</table> +</BODY> +</HTML> diff --git a/core/testdata/format/sinceKotlin.kt b/core/testdata/format/sinceKotlin.kt new file mode 100644 index 00000000..1025cf0d --- /dev/null +++ b/core/testdata/format/sinceKotlin.kt @@ -0,0 +1,5 @@ +/** + * Useful + */ +@SinceKotlin("1.1") +class `Since1.1`
\ No newline at end of file diff --git a/core/testdata/format/sinceKotlin.md b/core/testdata/format/sinceKotlin.md new file mode 100644 index 00000000..cef04e74 --- /dev/null +++ b/core/testdata/format/sinceKotlin.md @@ -0,0 +1,14 @@ +[test](test/index) / [Since1.1](test/-since1.1/index) + +# Since1.1 + +`class Since1.1` + +Available since Kotlin: `"1.1"` + +Useful + +### Constructors + +| [<init>](test/-since1.1/-init-) | `Since1.1()`<br>Useful | + diff --git a/core/testdata/format/sinceKotlin.package.md b/core/testdata/format/sinceKotlin.package.md new file mode 100644 index 00000000..5e9250f8 --- /dev/null +++ b/core/testdata/format/sinceKotlin.package.md @@ -0,0 +1,8 @@ +[test](test/index) + +## Package <root> + +### Types + +| [Since1.1](test/-since1.1/index) | `class Since1.1`<br>Useful | + |