Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DContentBuilder.kt51 val startDelimiter = node.child(MarkdownTokenTypes.BACKTICK)?.text in buildContentTo() constant
52 if (startDelimiter != null) { in buildContentTo()
53 … val text = node.text.substring(startDelimiter.length).removeSuffix(startDelimiter) in buildContentTo()