JavaContentGroupBuilder

class JavaContentGroupBuilder(sourceSets: Set<DisplaySourceSet>)

Properties

list
Link copied to clipboard
val list: MutableList<JavadocContentNode>
sourceSets
Link copied to clipboard
val sourceSets: Set<DisplaySourceSet>

Extensions

leafList
Link copied to clipboard
fun JavaContentGroupBuilder.leafList(dri: Set<DRI>, kind: Kind, leafList: JavadocList)
rootList
Link copied to clipboard
fun JavaContentGroupBuilder.rootList(dri: Set<DRI>, kind: Kind, rootList: List<JavadocList>)
title
Link copied to clipboard
fun JavaContentGroupBuilder.title(title: String, subtitle: List<ContentNode>, version: String? = null, parent: String? = null, dri: Set<DRI>, kind: Kind)