From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-k-v-service/-init-.html | 14 ++++++++ .../-k-v-service/index.html | 39 ++++++++++++++++++++++ api/pl.treksoft.kvision.annotations/index.html | 24 +++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 api/pl.treksoft.kvision.annotations/-k-v-service/-init-.html create mode 100644 api/pl.treksoft.kvision.annotations/-k-v-service/index.html create mode 100644 api/pl.treksoft.kvision.annotations/index.html (limited to 'api/pl.treksoft.kvision.annotations') diff --git a/api/pl.treksoft.kvision.annotations/-k-v-service/-init-.html b/api/pl.treksoft.kvision.annotations/-k-v-service/-init-.html new file mode 100644 index 00000000..057c322b --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-k-v-service/-init-.html @@ -0,0 +1,14 @@ + + + +KVService.<init> - kvision + + + +kvision / pl.treksoft.kvision.annotations / KVService / <init>
+
+

<init>

+ +KVService() + + diff --git a/api/pl.treksoft.kvision.annotations/-k-v-service/index.html b/api/pl.treksoft.kvision.annotations/-k-v-service/index.html new file mode 100644 index 00000000..48e77024 --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/-k-v-service/index.html @@ -0,0 +1,39 @@ + + + +KVService - kvision + + + +kvision / pl.treksoft.kvision.annotations / KVService
+
+

KVService

+@Target([AnnotationTarget.CLASS]) annotation class KVService +

Constructors

+ + + + + + + +
+

<init>

+
+KVService()
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.annotations/index.html b/api/pl.treksoft.kvision.annotations/index.html new file mode 100644 index 00000000..aeb0d7d0 --- /dev/null +++ b/api/pl.treksoft.kvision.annotations/index.html @@ -0,0 +1,24 @@ + + + +pl.treksoft.kvision.annotations - kvision + + + +kvision / pl.treksoft.kvision.annotations
+
+

Package pl.treksoft.kvision.annotations

+

Annotations

+ + + + + + + +
+

KVService

+
+annotation class KVService
+ + -- cgit