Home
last modified time | relevance | path

Searched refs:ContentStrikethrough (Results 1 – 7 of 7) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DContent.kt112 class ContentStrikethrough() : ContentBlock() class
/external/dokka/core/src/main/kotlin/javadoc/
Dtags.kt226 … is ContentStrikethrough -> surroundWith(module, holder, "<strike>", "</strike>", node, result) in buildInlineTags()
/external/dokka/core/src/main/kotlin/Kotlin/
DKotlinLanguageService.kt446 val strike = ContentStrikethrough() in <lambda>()
/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt332 "s", "del" -> ContentStrikethrough() in parseDocumentation()
/external/dokka/core/src/main/kotlin/Formats/
DDacHtmlFormat.kt894 is ContentStrikethrough -> addContentNodesToStringBuilder(content.children, sb) in addContentNodeToStringBuilder()
DStructuredFormatService.kt141 is ContentStrikethrough -> appendStrikethrough { appendContent(content.children) } in <lambda>()
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt69 is ContentStrikethrough -> del { contentNodesToMarkup(content.children, contextUri) } in <lambda>()