dotty.tools.scaladoc.tasty.comments

Members list

Type members

Experimental classlikes

object Cleaner

Attributes

Experimental
true
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

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Experimental
true
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

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

Attributes

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

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MemberLookup

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MemberLookup
object MemberLookup extends MemberLookup

Attributes

Companion
trait
Experimental
true
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

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Preparser

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
object dbg

Attributes

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