MarkupConversion

dotty.tools.scaladoc.tasty.comments.MarkupConversion
abstract class MarkupConversion[T](val repr: Repr)(using dctx: DocContext)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Abstract methods

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

Concrete methods

def linkedExceptions(exceptions: SortedMap[String, T]): List[DocPart]
final def parse(preparsed: PreparsedComment): Comment

Concrete fields

val owner: Symbol
val qctx: Quotes
val repr: Repr
lazy val srcPos: SrcPos