SnippetLine

dotty.tools.scaladoc.tasty.comments.markdown.SnippetLine
case class SnippetLine(content: String, lineNo: Int, classes: Set[String], messages: Seq[String], attributes: Map[String, String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toHTML: String
def withAttribute(name: String, value: String): SnippetLine

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product