dotty.tools.scaladoc.util

Members list

Type members

Experimental classlikes

object Check

Attributes

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

Attributes

Experimental
true
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

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
HTML.type

Types

opaque type JSON

Value members

Experimental methods

def jsonList(elems: Seq[JSON]): JSON

Attributes

Experimental
true
def jsonObject(fields: (String, JSON)*): JSON

Attributes

Experimental
true

Attributes

Experimental
true
def quoteStr(str: String): String

Attributes

Experimental
true
def rawJSON(s: String): JSON

Attributes

Experimental
true