dotty.tools.scaladoc.util

Members list

Concise view

Type members

Classlikes

object Check

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Check.type
object Escape

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Escape.type
opaque object HTML

This is trivial html renderer using api inspired by ScalaTags It probably could be more efficient but for now on it should be good enough.

This is trivial html renderer using api inspired by ScalaTags It probably could be more efficient but for now on it should be good enough.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HTML.type

Types

opaque type JSON

Value members

Concrete methods

def jsonList(elems: Seq[JSON]): JSON
def jsonObject(fields: (String, JSON)*): JSON