Comment

@Serializable
@SerialName(value = "Comment")
data class Comment(val content: String) : Entry(source)

A single-line comment (lines starting with #).

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard

The comment text, may span multiple lines if # is repeated