Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt74 val firstParagraph = ContentParagraph() in parseDocumentation() constant
75 firstParagraph.convertJavadocElements( in parseDocumentation()
79 val paragraphs = firstParagraph.children.dropWhile { it !is ContentParagraph } in parseDocumentation()
80 firstParagraph.children.removeAll(paragraphs) in parseDocumentation()
81 if (!firstParagraph.isEmpty()) { in parseDocumentation()
82 result.append(firstParagraph) in parseDocumentation()