Doc

sealed trait Doc

A Doc models documentation for an endpoint or input.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(that: Doc): Doc
def toPlaintext(columnWidth: Int, color: Boolean): String