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

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
MarkupConversion
Graph
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

Inherited fields

Attributes

Inherited from:
MarkupConversion

Attributes

Inherited from:
MarkupConversion

Attributes

Inherited from:
MarkupConversion
lazy val srcPos: SrcPos

Attributes

Inherited from:
MarkupConversion

Extensions

Inherited extensions

extension (x$1: Quotes)
final def dri(sym: Symbol)(using dctx: DocContext): DRI

Attributes

Inherited from:
MarkupConversion
final def driInContextOfInheritingParent(sym: Symbol)(par: Symbol)(using dctx: DocContext): DRI

Attributes

Inherited from:
MarkupConversion