javadoc
1.8.20a-SNAPSHOT
jvm
javadoc
/
org.jetbrains.dokka.javadoc.pages
/
LinkJavadocListEntry
Link
Javadoc
List
Entry
class
LinkJavadocListEntry
(
val
name
:
String
,
val
dri
:
Set
<
DRI
>
,
val
kind
:
Kind
=
ContentKind.Symbol
,
val
sourceSets
:
Set
<
DisplaySourceSet
>
)
:
JavadocListEntry
Members
Constructors
Link
Javadoc
List
Entry
Link copied to clipboard
constructor
(
name
:
String
,
dri
:
Set
<
DRI
>
,
kind
:
Kind
=
ContentKind.Symbol
,
sourceSets
:
Set
<
DisplaySourceSet
>
)
Properties
dri
Link copied to clipboard
val
dri
:
Set
<
DRI
>
kind
Link copied to clipboard
val
kind
:
Kind
name
Link copied to clipboard
val
name
:
String
source
Sets
Link copied to clipboard
val
sourceSets
:
Set
<
DisplaySourceSet
>
string
Tag
Link copied to clipboard
open
override
val
stringTag
:
String
Functions
build
Link copied to clipboard
fun
build
(
body
:
(
String
,
Set
<
DRI
>
,
Kind
,
List
<
DisplaySourceSet
>
)
->
String
)