Searched refs:findSectionByTag (Results 1 – 5 of 5) sorted by relevance
95 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>()
236 fun findSectionByTag(tag: String): ContentSection? = in findSectionByTag() method in Content
260 val section = findSectionByTag(sectionName) ?: addSection(sectionName, null) in <lambda>()
421 … val seeSection = findSectionByTag(ContentTags.SeeAlso) ?: addSection(ContentTags.SeeAlso, null) in parseDocumentation()
376 node.content.findSectionByTag(ContentTags.Return)?.let { in overriddenClass()