dotty.tools.scaladoc.util

Type members

Classlikes

object Check
object Escape
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.

Types

opaque type JSON

Value members

Concrete methods

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