Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Model/
DContent.kt7 object ContentEmpty : ContentNode { object
233 open val summary: ContentNode get() = ContentEmpty
234 open val description: ContentNode get() = ContentEmpty
261 override val summary: ContentNode get() = children.firstOrNull() ?: ContentEmpty
266 ContentEmpty in <lambda>()
/external/dokka/core/src/main/kotlin/javadoc/
Dtags.kt173 if (node !is ContentEmpty) { in buildInlineTags()
203 is ContentEmpty -> {} in buildInlineTags()
Ddocbase.kt305 …this.content.summary !is ContentEmpty || this.content.description !is ContentEmpty || this.content… in hasNonEmptyContent()
/external/dokka/core/src/test/kotlin/
DTestAPI.kt284 is ContentEmpty -> { /* nothing */ } in StringBuilder()
/external/dokka/core/src/main/kotlin/Formats/
DDacHtmlFormat.kt869 return ContentEmpty in firstSentenceOfSummary()
DStructuredFormatService.kt440 if (content.description != ContentEmpty) { in <lambda>()