Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt101 val inheritedCompanionObjectMembers: List<DocumentationNode> constant
183 …fun inheritedCompanionObjectMembers(kind: NodeKind): List<DocumentationNode> = inheritedCompanionO… in <lambda>() method
/external/dokka/core/src/main/kotlin/Formats/
DStructuredFormatService.kt530 …appendSection("Inherited Companion Object Properties", node.inheritedCompanionObjectMembers(NodeKi… in <lambda>()
532 …appendSection("Inherited Companion Object Functions", node.inheritedCompanionObjectMembers(NodeKin… in <lambda>()