dotty.tools.scaladoc.tasty.comments.markdown
Members list
Type members
Classlikes
class DocFlexmarkParser(resolveLink: String => DocLink) extends ParserExtension
object DocFlexmarkParser
Attributes
- Companion
- class
- Supertypes
- Self type
-
DocFlexmarkParser.type
case class DocFlexmarkRenderer(renderLink: (DocLink, String) => String) extends HtmlRendererExtension
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HtmlRendererExtensiontrait Extensionclass Objecttrait Matchableclass AnyShow all
object DocFlexmarkRenderer
Attributes
- Companion
- class
- Supertypes
- Self type
-
DocFlexmarkRenderer.type
class DocLinkNode(val target: DocLink, val body: String, seq: BasedSequence) extends WikiNode
Attributes
- Supertypes
-
class WikiNodetrait LinkRefDerivedtrait TextContainertrait DoNotDecorateclass Nodeclass Objecttrait Matchableclass AnyShow all
case class ExtendedFencedCodeBlock(name: Option[String], codeBlock: FencedCodeBlock, compilationResult: Option[SnippetCompilationResult]) extends BlankLine
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass BlankLineclass Blockclass ContentNodetrait Contentclass Nodeclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass BlankLineclass Blockclass ContentNodetrait Contentclass Nodeclass Objecttrait Matchableclass AnyShow all
object SectionRenderingExtension extends HtmlRendererExtension
Attributes
- Supertypes
- Self type
Attributes
- Supertypes
object SnippetRenderer
Attributes
- Supertypes
- Self type
-
SnippetRenderer.type
object SnippetRenderingExtension extends HtmlRendererExtension
SnippetRenderingExtension is responsible for running an analysis for scala codeblocks in the static documentation/scaladoc comments. For each codeblock we run compiler to check whether snippet works in the newest scala version and to produce rich html codeblocks with compiler warnings/errors for IDE-like live experience.
SnippetRenderingExtension is responsible for running an analysis for scala codeblocks in the static documentation/scaladoc comments. For each codeblock we run compiler to check whether snippet works in the newest scala version and to produce rich html codeblocks with compiler warnings/errors for IDE-like live experience.
Attributes
- Supertypes
- Self type
In this article