ConfigDocs

zio.config.ConfigDocsModule.ConfigDocs
sealed trait ConfigDocs

ConfigDocs holds the descriptions and details of a Config which can be used to produce documentation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def toTable: Table

Convert a

Convert a

ConfigDocs

to a

Table

.

A Table is a recursive structure that is more easier to be interpreted as Json or Markdown than trying to convert ConfigDocs to a readable format.

Attributes