Package org. jetbrains. dokka. analysis
Types
AnalysisEnvironment
Link copied to clipboard
class AnalysisEnvironment(messageCollector: MessageCollector, analysisPlatform: Platform) : Disposable
Content copied to clipboard
Kotlin as a service entry pointConfigures environment, analyses files and provides facilities to perform code processing without emitting bytecode$messageCollector: required by compiler infrastructure and will receive all compiler messages $body: optional and can be used to configure environment without creating local variable
CoreKotlinCacheService
Link copied to clipboard
class CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade) : KotlinCacheService
Content copied to clipboard
CoreProjectFileIndex
Link copied to clipboard
class CoreProjectFileIndex(project: Project, contentRoots: List<ContentRoot>) : ProjectFileIndex, ModuleFileIndex
Content copied to clipboard
CoreProjectRootManager
Link copied to clipboard
class CoreProjectRootManager(projectFileIndex: CoreProjectFileIndex) : ProjectRootManager
Content copied to clipboard
DescriptorDocumentableSource
Link copied to clipboard
class DescriptorDocumentableSource(descriptor: DeclarationDescriptor) : DocumentableSource
Content copied to clipboard
DokkaMessageCollector
Link copied to clipboard
DokkaResolutionFacade
Link copied to clipboard
class DokkaResolutionFacade(project: Project, moduleDescriptor: ModuleDescriptor, resolverForModule: ResolverForModule) : ResolutionFacade
Content copied to clipboard
EnvironmentAndFacade
Link copied to clipboard
class EnvironmentAndFacade(environment: KotlinCoreEnvironment, facade: DokkaResolutionFacade)
Content copied to clipboard
KotlinAnalysis
Link copied to clipboard
interface KotlinAnalysis : Map<DokkaConfiguration.DokkaSourceSet, EnvironmentAndFacade>
Content copied to clipboard
PsiDocumentableSource
Link copied to clipboard
Functions
from
Link copied to clipboard
fun DriTarget.Companion.from(descriptor: DeclarationDescriptor): DriTarget
Content copied to clipboard
fun TypeReference.Companion.from(d: ReceiverParameterDescriptor): TypeReference?
Content copied to clipboard
fun TypeReference.Companion.from(d: ValueParameterDescriptor): TypeReference?
Content copied to clipboard
KotlinAnalysis
Link copied to clipboard
fun KotlinAnalysis(sourceSets: List<DokkaConfiguration.DokkaSourceSet>, logger: DokkaLogger): KotlinAnalysis
Content copied to clipboard
Properties
JAR_SEPARATOR
Link copied to clipboard