DocumentationNode

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

Constructors

Link copied to clipboard
fun DocumentationNode(children: List<TagWrapper>)

Properties

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