MarkdownCommentParser

dotty.tools.scaladoc.tasty.comments.MarkdownCommentParser
class MarkdownCommentParser(repr: Repr)(using dctx: DocContext) extends MarkupConversion[Node]

Attributes

Graph
Supertypes
class MarkupConversion[Node]
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
MarkupConversion
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def filterEmpty(xs: List[String]): List[Node]
def markupToDokka(md: Node): DocPart
def markupToString(t: Node): String
def mergeLinkWithBody(link: DocLink, body: Node): Node
def processSnippets(root: Node, preparsed: PreparsedComment): Node
def stringToMarkup(str: String): Node

Inherited methods

def linkedExceptions(exceptions: SortedMap[String, Node]): List[DocPart]

Attributes

Inherited from:
MarkupConversion
final def parse(preparsed: PreparsedComment): Comment

Attributes

Inherited from:
MarkupConversion

Attributes

Inherited from:
MarkupConversion

Inherited fields

val owner: Symbol

Attributes

Inherited from:
MarkupConversion
val qctx: Quotes

Attributes

Inherited from:
MarkupConversion

Attributes

Inherited from:
MarkupConversion
lazy val srcPos: SrcPos

Attributes

Inherited from:
MarkupConversion