dotty.tools.scaladoc.tasty.comments
Type members
Classlikes
case class Comment(body: DocPart, short: Option[DocPart], authors: List[DocPart], see: List[DocPart], result: Option[DocPart], throws: SortedMap[String, 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])
class CommentExpander
Port of DocComment.scala from nsc
Port of DocComment.scala from nsc
- Authors
Martin Odersky
Felix Mulder
Aleksander Boruch-Gruszecki
- Companion
- object
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])