PreparsedComment

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

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