core
/
org.jetbrains.dokka.model.doc
/
Code
Code
sealed class
Code
:
DocTag
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
children
Link copied to clipboard
abstract val
children
:
List
<
DocTag
>
Content copied to clipboard
params
Link copied to clipboard
abstract val
params
:
Map
<
String
,
String
>
Content copied to clipboard
Inheritors
CodeInline
Link copied to clipboard
CodeBlock
Link copied to clipboard