Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt155 fun <T> nodeForDescriptor( in nodeForDescriptor() method in DocumentationBuilder
628 val node = nodeForDescriptor(this, NodeKind.TypeAlias) in TypeAliasDescriptor()
656 val node = nodeForDescriptor(this, kind, external) in ClassDescriptor()
725 val node = nodeForDescriptor(this, NodeKind.Constructor) in build()
746 …val node = nodeForDescriptor(this, if (inCompanionObject()) NodeKind.CompanionObjectFunction else … in build()
781 val node = nodeForDescriptor( in PropertyDescriptor()
847 val node = nodeForDescriptor(this, NodeKind.Parameter) in build()