Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt405 existingNode.updatePlatforms(descriptor) in DocumentationNode()
416 existingMemberNode.updatePlatforms(memberDescriptor) in DocumentationNode()
430 private fun DocumentationNode.updatePlatforms(descriptor: DeclarationDescriptor) { in updatePlatforms() method in DocumentationBuilder