Factory

dotty.tools.scaladoc.tasty.comments.markdown.DocFlexmarkParser.Factory
class Factory extends LinkRefProcessorFactory

Attributes

Graph
Supertypes
trait LinkRefProcessorFactory
trait Function[Document, LinkRefProcessor]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(doc: Document): LinkRefProcessor

Attributes

Definition Classes
LinkRefProcessorFactory -> Function
override def getBracketNestingLevel(options: DataHolder): Int

Attributes

Definition Classes
LinkRefProcessorFactory
override def getWantExclamationPrefix(options: DataHolder): Boolean

Attributes

Definition Classes
LinkRefProcessorFactory

Inherited methods

def andThen[V <: <FromJavaObject>](x$0: Function[_ >: LinkRefProcessor <: <FromJavaObject>, _ <: V]): Function[Document, V]

Attributes

Inherited from:
Function
def compose[V <: <FromJavaObject>](x$0: Function[_ >: V <: <FromJavaObject>, _ <: Document]): Function[V, LinkRefProcessor]

Attributes

Inherited from:
Function