Comment

dotty.tools.scaladoc.tasty.comments.Comment
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

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product