dotty.tools.scaladoc.tasty.comments

Members list

Type members

Classlikes

object Cleaner

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Cleaner.type
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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CommentSyntax

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CommentSyntaxArgs(csFormats: PathBased[CommentSyntax])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DokkaCommentBody(summary: Option[DocPart], body: DocPart)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class MarkdownCommentParser(repr: Repr)(using dctx: DocContext) extends MarkupConversion[Node]

Attributes

Supertypes
class MarkupConversion[Node]
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
abstract class MarkupConversion[T](val repr: Repr)(using dctx: DocContext)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MemberLookup

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MemberLookup.type
object MemberLookup extends MemberLookup

Attributes

Companion
trait
Supertypes
trait MemberLookup
class Object
trait Matchable
class Any
Self 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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Preparser

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Preparser.type
sealed trait Query

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait QuerySegment
class Id
class QualifiedId
object Query

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Query.type
class QueryParser(val query: CharSequence)

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait QuerySegment extends Query

Attributes

Supertypes
trait Query
class Object
trait Matchable
class Any
Known subtypes
class Id
class QualifiedId
object Regexes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Regexes.type
class Repr(val qctx: Quotes)(val sym: Symbol)

Attributes

Supertypes
class Object
trait Matchable
class Any
class WikiCommentParser(repr: Repr)(using x$2: DocContext) extends MarkupConversion[Body]

Attributes

Supertypes
class Object
trait Matchable
class Any
object dbg

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
dbg.type