core
/
org.jetbrains.dokka.model.doc
/
NamedTagWrapper
Named
Tag
Wrapper
sealed class
NamedTagWrapper
:
TagWrapper
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
open override val
children
:
List
<
DocTag
>
Content copied to clipboard
name
Link copied to clipboard
abstract val
name
:
String
Content copied to clipboard
root
Link copied to clipboard
abstract val
root
:
DocTag
Content copied to clipboard
Inheritors
See
Link copied to clipboard
Param
Link copied to clipboard
Throws
Link copied to clipboard
Sample
Link copied to clipboard
Property
Link copied to clipboard
CustomTagWrapper
Link copied to clipboard