Home
last modified time | relevance | path

Searched refs:attributeRef (Results 1 – 3 of 3) sorted by relevance

/external/dokka/core/src/main/kotlin/Formats/
DDacHtmlFormat.kt237 +attr.attributeRef!!.name in summary()
242 +attr.attributeRef!!.firstSentence() in summary()
255 fullMemberDocs(it.attributeRef!!, it) in FlowContent()
564 a(href = inheritedMember) { +inheritedMember.attributeRef!!.name } in TBODY()
570 nodeContent(inheritedMember.attributeRef!!, inheritedMember) in TBODY()
/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt128 get() = details(NodeKind.Attribute).sortedBy { it.attributeRef!!.name } in <lambda>()
129 val attributeRef: DocumentationNode? constant
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt1031 .distinctBy { it.attributeRef!!.name } in <lambda>()