Searched refs:ContentNodeDirectLink (Results 1 – 2 of 2) sorted by relevance
139 class ContentNodeDirectLink(override val node: DocumentationNode): ContentNodeLink() { class141 super.equals(other) && other is ContentNodeDirectLink && node.name == other.node.name in equals()225 ContentNodeDirectLink(to) in ContentBlock()
120 val link = ContentNodeDirectLink(node) in appendOutlineHeader()