fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-syntax
/
dev.kbroom.fluent.syntax
/
Entry
/
GroupComment
Group
Comment
@
Serializable
@
SerialName
(
value
=
"GroupComment"
)
data
class
GroupComment
(
val
content
:
String
)
:
Entry
(
source
)
A section comment (lines starting with ##).
Members
Constructors
Group
Comment
Link copied to clipboard
constructor
(
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
The group comment text