SectionRenderingExtension

dotty.tools.scaladoc.tasty.comments.markdown.SectionRenderingExtension$
object SectionRenderingExtension extends HtmlRendererExtension

Attributes

Graph
Supertypes
trait HtmlRendererExtension
trait Extension
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class AnchorLink(link: String) extends BlankLine

Attributes

Graph
Supertypes
trait Product
trait Equals
class BlankLine
class Block
class ContentNode
trait Content
class Node
class Object
trait Matchable
class Any
object AnchorLinkHandler extends CustomNodeRenderer[AnchorLink]

Attributes

Graph
Supertypes
trait CustomNodeRenderer[AnchorLink]
trait NodeAdaptingVisitor[AnchorLink]
class Object
trait Matchable
class Any
Self type
object Factory extends NodeRendererFactory

Attributes

Graph
Supertypes
trait NodeRendererFactory
class Object
trait Matchable
class Any
Self type
Factory.type
object Render extends NodeRenderer

Attributes

Graph
Supertypes
trait NodeRenderer
class Object
trait Matchable
class Any
Self type
Render.type
object SectionHandler extends CustomNodeRenderer[Section]

Attributes

Graph
Supertypes
trait CustomNodeRenderer[Section]
trait NodeAdaptingVisitor[Section]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def extend(htmlRendererBuilder: Builder, tpe: String): Unit
def rendererOptions(opt: MutableDataHolder): Unit