Home
last modified time | relevance | path

Searched refs:LazyContentBlock (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DContent.kt38 class LazyContentBlock(private val fillChildren: (ContentBlock) -> Unit) : ContentBlock() { class
50 … return other is LazyContentBlock && other.fillChildren == fillChildren && super.equals(other) in equals()
/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt58 append(LazyContentBlock { in parseDocumentation()