Comment Data
Holds the extracted comment metadata for a single configuration property.
Each instance contains the comment text lines and the desired placement strategy (inline or above the property).
Example:
val comment = CommentData(
lines = listOf("The server port to bind to"),
placement = CommentPlacement.INLINE
)
// Produces YAML: port: 8080 # The server port to bind toContent copied to clipboard
Since
1.0