Searched defs:MutableContent (Results 1 – 3 of 3) sorted by relevance
247 private fun MutableContent.addTagToSeeAlso(descriptor: DeclarationDescriptor, seeTag: KDocTag) { in <lambda>() method251 …private fun MutableContent.addTagToSection(seeTag: KDocTag, descriptor: DeclarationDescriptor, sec… in <lambda>() method
250 open class MutableContent() : Content() { class
407 private fun MutableContent.convertSeeTag(tag: PsiDocTag) { in parseDocumentation() method