Searched refs:ContentDescriptionList (Results 1 – 4 of 4) sorted by relevance
115 class ContentDescriptionList() : ContentBlock() class
214 is ContentDescriptionList -> surroundWith(module, holder, "<dl>", "</dl>", node, result) in buildInlineTags()
329 "dl" -> ContentDescriptionList() in parseDocumentation()
80 is ContentDescriptionList -> dl { contentNodesToMarkup(content.children, contextUri) } in <lambda>()