From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- api/pl.treksoft.kvision.html/-label/index.html | 2 +- api/pl.treksoft.kvision.html/-label/label.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.html/-label') diff --git a/api/pl.treksoft.kvision.html/-label/index.html b/api/pl.treksoft.kvision.html/-label/index.html index 88d7c080..95ee6660 100644 --- a/api/pl.treksoft.kvision.html/-label/index.html +++ b/api/pl.treksoft.kvision.html/-label/index.html @@ -32,7 +32,7 @@

label

-fun Container.label(content: String? = null, rich: Boolean = false, init: Label.() -> Unit = null): Label +fun Container.label(content: String? = null, rich: Boolean = false, init: (Label.() -> Unit)? = null): Label

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.html/-label/label.html b/api/pl.treksoft.kvision.html/-label/label.html index ca0e48b0..b4b4f9ef 100644 --- a/api/pl.treksoft.kvision.html/-label/label.html +++ b/api/pl.treksoft.kvision.html/-label/label.html @@ -9,7 +9,7 @@

label

-fun Container.label(content: String? = null, rich: Boolean = false, init: Label.() -> Unit = null): Label
+fun Container.label(content: String? = null, rich: Boolean = false, init: (Label.() -> Unit)? = null): Label
Deprecated: User Span.Companion.span function instead.

DSL builder extension function.

-- cgit