Home
last modified time | relevance | path

Searched refs:documentingDescriptors (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt507 … val documentingDescriptors = fragments.flatMap { it.getMemberScope().getContributedDescriptors() } in propagateExtensionFunctionsToSubclasses() constant
508 val documentingClasses = documentingDescriptors.filterIsInstance<ClassDescriptor>() in propagateExtensionFunctionsToSubclasses()