From fd6c34d92b7409d3aedd9416c7b06f9c48fe2631 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 15 May 2019 12:13:13 +0200 Subject: Fix SinceKotlin --- core/testdata/format/sinceKotlin.html | 2 +- core/testdata/format/sinceKotlin.md | 2 +- core/testdata/format/sinceKotlin.package.md | 6 ++---- core/testdata/format/sinceKotlinWide.package.md | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) (limited to 'core/testdata/format') diff --git a/core/testdata/format/sinceKotlin.html b/core/testdata/format/sinceKotlin.html index 12cdd87f..1173a8ab 100644 --- a/core/testdata/format/sinceKotlin.html +++ b/core/testdata/format/sinceKotlin.html @@ -14,7 +14,7 @@ -<init> +<init>Since: 1.1 Since1.1()

Useful

diff --git a/core/testdata/format/sinceKotlin.md b/core/testdata/format/sinceKotlin.md index 188784d6..e9b29229 100644 --- a/core/testdata/format/sinceKotlin.md +++ b/core/testdata/format/sinceKotlin.md @@ -8,5 +8,5 @@ Useful ### Constructors -| [<init>](-init-.md) | `Since1.1()`
Useful | +| [<init>](-init-.md)Since: `1.1` | `Since1.1()`
Useful | diff --git a/core/testdata/format/sinceKotlin.package.md b/core/testdata/format/sinceKotlin.package.md index eabf88d5..92197648 100644 --- a/core/testdata/format/sinceKotlin.package.md +++ b/core/testdata/format/sinceKotlin.package.md @@ -1,10 +1,8 @@ -[test](./index.md) +[test](../index.md) ## Package <root> -**Platform and version requirements:** Kotlin 1.1 - ### Types -| [Since1.1](-since1.1/index.md)
(Kotlin 1.1) | `class Since1.1`
Useful | +| [Since1.1](-since1.1/index.md) (Since: `1.1`) | `class Since1.1`
Useful | diff --git a/core/testdata/format/sinceKotlinWide.package.md b/core/testdata/format/sinceKotlinWide.package.md index d2c2b6d8..fd7d45aa 100644 --- a/core/testdata/format/sinceKotlinWide.package.md +++ b/core/testdata/format/sinceKotlinWide.package.md @@ -4,6 +4,6 @@ ### Types -| [Since1.1](-since1.1/index.md)
(Kotlin 1.1) | `class Since1.1`
Useful | -| [Since1.2](-since1.2/index.md)
(Kotlin 1.2) | `class Since1.2`
Useful also | +| [Since1.1](-since1.1/index.md) (Since: `1.1`) | `class Since1.1`
Useful | +| [Since1.2](-since1.2/index.md) (Since: `1.2`) | `class Since1.2`
Useful also | -- cgit