.dokka.dokka-core.1.9.0.source-code.DokkaBootstrap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dokka-core Show documentation
Show all versions of dokka-core Show documentation
Dokka is an API documentation engine for Kotlin and Java, performing the same function as Javadoc for Java
package org.jetbrains.dokka
import java.util.function.BiConsumer
interface DokkaBootstrap {
@Throws(Throwable::class)
fun configure(serializedConfigurationJSON: String, logger: BiConsumer)
@Throws(Throwable::class)
fun generate()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy