dotty.tools.scaladoc.tasty.comments.markdown
Members list
Concise view
Type members
Classlikes
object DocFlexmarkParser
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- DocFlexmarkParser.type
case class DocFlexmarkRenderer(renderLink: (DocLink, String) => String) extends HtmlRendererExtension
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait HtmlRendererExtensiontrait Extensionclass Objecttrait Matchableclass Any
object DocFlexmarkRenderer
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- DocFlexmarkRenderer.type
Attributes
- Graph
- Supertypes
case class ExtendedFencedCodeBlock(name: Option[String], codeBlock: FencedCodeBlock, compilationResult: Option[SnippetCompilationResult]) extends BlankLine
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass BlankLineclass Blockclass ContentNodetrait Contentclass Nodeclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass BlankLineclass Blockclass ContentNodetrait Contentclass Nodeclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
object SnippetRenderer
Attributes
- Graph
- Supertypes
- Self type
- SnippetRenderer.type
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
- Graph
- Supertypes
- Self type