{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
TopLevelClass.InnerInterface |
inner interface docs |
topLevelInterface |
inner class docs |
TopLevelClass |
top-level class docs |
TopLevelClass.InnerClass |
inner class docs |
Unit? |
top-level non-extension property docs |
Unit? |
top-level non-extension function docs |
val topLevelProperty: Unit?
top-level non-extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
fun topLevelFunction(): Unit?
top-level non-extension function docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
val List<String>.topLevelExtensionProperty: Pair<Float, Float>
top-level extension property docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }
and after some text, we have another sample
import androidx.anotherFakeLibrary.FooFooFoo val weAreUsingFooFooFoo by lazy { FooFooFoo() }
fun List<String>.topLevelExtensionFunction(): Pair<Float, Float>
top-level extension function docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }