core
/
org.jetbrains.dokka.model.doc
/
CodeInline
Code
Inline
data class
CodeInline
(children:
List
<
DocTag
>, params:
Map
<
String
,
String
>) :
Code
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
operator fun
component1
():
List
<
DocTag
>
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Map
<
String
,
String
>
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(children:
List
<
DocTag
> = emptyList(), params:
Map
<
String
,
String
> = emptyMap()):
CodeInline
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
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