Home
last modified time | relevance | path

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

/external/dokka/core/src/test/kotlin/model/
DCommentTest.kt95 with (content.findSectionByTag("one")!!) { in <lambda>()
116 with (content.findSectionByTag("one")!!) { in <lambda>()
129 with (content.findSectionByTag("one")!!) { in <lambda>()
133 with (content.findSectionByTag("two")!!) { in <lambda>()
146 with (content.findSectionByTag("one")!!) { in <lambda>()
/external/dokka/core/src/main/kotlin/Model/
DContent.kt236 fun findSectionByTag(tag: String): ContentSection? = in findSectionByTag() method in Content
/external/dokka/core/src/main/kotlin/Kotlin/
DDescriptorDocumentationParser.kt260 val section = findSectionByTag(sectionName) ?: addSection(sectionName, null) in <lambda>()
/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt421 … val seeSection = findSectionByTag(ContentTags.SeeAlso) ?: addSection(ContentTags.SeeAlso, null) in parseDocumentation()
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt376 node.content.findSectionByTag(ContentTags.Return)?.let { in overriddenClass()