Leaf List Node
data class LeafListNode(val tabTitle: String, val colTitle: String, val entries: List<JavadocListEntry>, val dri: Set<DRI>, val kind: Kind, val sourceSets: Set<DisplaySourceSet>) : JavadocContentNode
Constructors
Link copied to clipboard
fun LeafListNode(tabTitle: String, colTitle: String, entries: List<JavadocListEntry>, dri: Set<DRI>, kind: Kind, sourceSets: Set<DisplaySourceSet>)