Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DContentBuilder.kt140 val parentNodeType = node.parent?.type in buildContentTo() constant
141 …if (parentNodeType != MarkdownElementTypes.EMPH && parentNodeType != MarkdownElementTypes.STRONG) { in buildContentTo()