core
/
org.jetbrains.dokka.model.doc
/
CodeBlock
Code
Block
data class
CodeBlock
(children:
List
<
DocTag
>, params:
Map
<
String
,
String
>) :
Code
Content copied to clipboard
Properties
Properties
children
Link copied to clipboard
open override val
children
:
List
<
DocTag
>
Content copied to clipboard
params
Link copied to clipboard
open override val
params
:
Map
<
String
,
String
>
Content copied to clipboard