DocumentationNode

data class DocumentationNode(children: List<TagWrapper>) : WithChildren<TagWrapper>

Functions

component1
Link copied to clipboard
operator fun component1(): List<TagWrapper>
copy
Link copied to clipboard
fun copy(children: List<TagWrapper>): DocumentationNode
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

children
Link copied to clipboard
open override val children: List<TagWrapper>