Home
last modified time | relevance | path

Searched refs:DokkaBootstrap (Results 1 – 3 of 3) sorted by relevance

/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/
DDokkaBootstrap.kt5 interface DokkaBootstrap { interface
/external/dokka/core/src/main/kotlin/
DDokkaBootstrapImpl.kt25 class DokkaBootstrapImpl : DokkaBootstrap {
/external/dokka/runners/gradle-plugin/src/main/kotlin/
Dmain.kt305 … val bootstrapProxy: DokkaBootstrap = automagicTypedProxy(javaClass.classLoader, bootstrapInstance) in collectSuppressedFiles()