Home
last modified time | relevance | path

Searched refs:ContentKeyword (Results 1 – 6 of 6) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DContent.kt71 data class ContentKeyword(val text: String) : ContentNode { class
197 fun ContentBlock.keyword(value: String) = append(ContentKeyword(value)) in ContentBlock()
/external/rust/crates/libz-sys/src/zlib/qnx/
Dpackage.qpg80 <QPM:ContentKeyword>zlib,compression</QPM:ContentKeyword>
/external/dokka/core/src/main/kotlin/javadoc/
Dtags.kt208 is ContentKeyword -> result.add(TextTag(holder, ContentText(node.text))) // TODO in buildInlineTags()
/external/dokka/core/src/main/kotlin/Formats/
DDacHtmlFormat.kt888 is ContentKeyword -> sb.appendWith(content.text) in addContentNodeToStringBuilder()
DStructuredFormatService.kt134 is ContentKeyword -> appendKeyword(content.text) in <lambda>()
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt58 is ContentKeyword -> span("keyword") { +content.text } in <lambda>()