Package-level declarations

Types

Link copied to clipboard
typealias ClassHierarchy = SourceSetDependent<Map<DRI, Supertypes>>
Link copied to clipboard

Service that can be queried with DRI and source set to obtain a documentable for classlike.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class InheritanceNode(val dri: DRI, val children: List<InheritanceNode> = emptyList(), val interfaces: List<DRI> = emptyList(), val isInterface: Boolean = false)
Link copied to clipboard
class InternalKotlinAnalysisPlugin : DokkaPlugin

A plugin for internal use, has no stable public API and thus must not be used by third party, external plugins. If you need any of the given API stabilized, please create an issue describing your use case.

Link copied to clipboard
Link copied to clipboard

It is closeable. Otherwise, there is a chance of high memory consumption / leak. In general case, it creates a separate project to analysis samples directories.

Link copied to clipboard
Link copied to clipboard
typealias Supertypes = List<DRI>