Home
last modified time | relevance | path

Searched defs:inheritedMembers (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt97 val inheritedMembers: List<DocumentationNode> constant
182 …fun inheritedMembers(kind: NodeKind): List<DocumentationNode> = inheritedMembers.filter { it.kind … in <lambda>() method
/external/dokka/core/src/test/kotlin/format/
DMarkdownFormatTest.kt187 @Test fun inheritedMembers() { in <lambda>() method in org.jetbrains.dokka.tests.MarkdownFormatTest