Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt703 …val descriptorsToDocument = descriptors.filter { it !is CallableDescriptor || !it.isInheritedFromA… in ClassDescriptor() constant
704 descriptorsToDocument.mapTo(result) { in ClassDescriptor()