dotty.tools.scaladoc.tasty.comments
Members list
Packages
Type members
Classlikes
case class Comment(body: DocPart, short: Option[DocPart], authors: List[DocPart], see: List[DocPart], result: Option[DocPart], throws: List[DocPart], valueParams: SortedMap[String, DocPart], typeParams: SortedMap[String, DocPart], version: Option[DocPart], since: Option[DocPart], todo: List[DocPart], deprecated: Option[DocPart], note: List[DocPart], example: List[DocPart], constructor: Option[DocPart], group: Option[String], groupDesc: SortedMap[String, DocPart], groupNames: SortedMap[String, DocPart], groupPrio: SortedMap[String, Int], hideImplicitConversions: List[DocPart])
Attributes
- Supertypes
enum CommentSyntax
object CommentSyntax
Attributes
- Companion
- enum
- Supertypes
- Self type
-
CommentSyntax.type
Attributes
- Companion
- object
- Supertypes
object CommentSyntaxArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
CommentSyntaxArgs.type
Attributes
- Supertypes
class MarkdownCommentParser(repr: Repr)(using dctx: DocContext) extends MarkupConversion[Node]
Attributes
- Supertypes
object MarkdownParser
Attributes
- Supertypes
- Self type
-
MarkdownParser.type
Attributes
- Supertypes
- Known subtypes
-
class MarkdownCommentParserclass WikiCommentParser
trait MemberLookup
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object MemberLookup
object MemberLookup extends MemberLookup
Attributes
- Companion
- trait
- Supertypes
- Self type
-
MemberLookup.type
case class PreparsedComment(body: String, authors: List[String], see: List[String], result: List[String], throws: SortedMap[String, String], valueParams: SortedMap[String, String], typeParams: SortedMap[String, String], version: List[String], since: List[String], todo: List[String], deprecated: List[String], note: List[String], example: List[String], constructor: List[String], group: List[String], groupDesc: SortedMap[String, String], groupNames: SortedMap[String, String], groupPrio: SortedMap[String, Int], hideImplicitConversions: List[String], shortDescription: List[String], syntax: List[String], strippedLinesBeforeNo: Int)
Attributes
- Supertypes
object Preparser
Attributes
- Companion
- object
- Supertypes
- Known subtypes
object Query
Attributes
- Supertypes
sealed trait QuerySegment extends Query
Attributes
- Supertypes
- Known subtypes
-
class Idclass QualifiedId
Attributes
- Supertypes
class WikiCommentParser(repr: Repr)(using x$2: DocContext) extends MarkupConversion[Body]
Attributes
- Supertypes
In this article