javadoc
1.8.20a-SNAPSHOT
jvm
javadoc
/
org.jetbrains.dokka.javadoc.pages
/
JavaContentGroupBuilder
Java
Content
Group
Builder
class
JavaContentGroupBuilder
(
val
sourceSets
:
Set
<
DisplaySourceSet
>
)
Members
Members & Extensions
Constructors
Java
Content
Group
Builder
Link copied to clipboard
constructor
(
sourceSets
:
Set
<
DisplaySourceSet
>
)
Properties
list
Link copied to clipboard
val
list
:
MutableList
<
JavadocContentNode
>
source
Sets
Link copied to clipboard
val
sourceSets
:
Set
<
DisplaySourceSet
>
Functions
leaf
List
Link copied to clipboard
fun
JavaContentGroupBuilder
.
leafList
(
dri
:
Set
<
DRI
>
,
kind
:
Kind
,
leafList
:
JavadocList
)
root
List
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
)