Comment

laika.parse.code.common.Comment$
object Comment

Configurable base parsers for comments in code blocks.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Comment.type

Members list

Concise view

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.

Attributes

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.

Attributes