Comment

object Comment

Configurable base parsers for comments in code blocks.

class Object
trait Matchable
class Any
Comment.type

Value members

Concrete methods

def multiLine(start: String, end: String): CodeSpanParser

Parses a multi-line comment enclosed by the specified start and end delimiters.

Parses a multi-line comment enclosed by the specified start and end delimiters.

def singleLine(start: String): CodeSpanParser

Parses a single line comment from the specified start delimiter to the end of the line.

Parses a single line comment from the specified start delimiter to the end of the line.