Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt924 else valueNode = value.toDocumentationNode(isWithinReplaceWith) in AnnotationDescriptor()
934 …fun ConstantValue<*>.toDocumentationNode(isWithinReplaceWith: Boolean = false): DocumentationNode?… in toDocumentationNode() method in DocumentationBuilder