core
1.7.0
core
/
org.jetbrains.dokka.model.doc
/
See
See
data
class
See
(
val
root
:
DocTag
,
val
name
:
String
,
val
address
:
DRI
?
)
:
NamedTagWrapper
Content copied to clipboard
Constructors
Properties
Constructors
See
Link copied to clipboard
fun
See
(
root
:
DocTag
,
name
:
String
,
address
:
DRI
?
)
Content copied to clipboard
Properties
address
Link copied to clipboard
val
address
:
DRI
?
Content copied to clipboard
children
Link copied to clipboard
open
override
val
children
:
List
<
DocTag
>
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
root
Link copied to clipboard
open
override
val
root
:
DocTag
Content copied to clipboard