Searched refs:firstParagraph (Results 1 – 1 of 1) sorted by relevance
74 val firstParagraph = ContentParagraph() in parseDocumentation() constant75 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()