KotlinAnalysis

abstract class KotlinAnalysis(parent: KotlinAnalysis? = null) : Closeable

Deprecated (with error)

Dokka's Analysis API has been reworked. Please, see the following issue for details and migration options: https://github.com/Kotlin/dokka/issues/3099

Constructors

Link copied to clipboard
constructor(parent: KotlinAnalysis? = null)

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
operator fun get(key: DokkaConfiguration.DokkaSourceSet): AnalysisContext
operator fun get(key: DokkaSourceSetID): AnalysisContext