Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface DocumentableSourceLanguageParser
Link copied to clipboard
Service that can be queried with DRI and source set to obtain a documentable for classlike.
Link copied to clipboard
interface FullClassHierarchyBuilder
Link copied to clipboard
interface InheritanceBuilder
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
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
interface KotlinToJavaService
Link copied to clipboard
interface ModuleAndPackageDocumentationReader
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
interface SampleProviderFactory
Link copied to clipboard
Link copied to clipboard
interface SyntheticDocumentableDetector