Liking cljdoc? Tell your friends :D

gql-fmt.intermediate.token

The set of tokens which consitute the intermediate form, each of which represents an item to be printed (including whitespace, brackets, etc...) in the formatted output

The set of tokens which consitute
the intermediate form, each of which
represents an item to be printed
(including whitespace, brackets, etc...)
in the formatted output
raw docstring

indentclj

(indent context)

Represents an indent at the level found in the context

Represents an indent at the
level found in the context
sourceraw docstring

string-literalclj

(string-literal s)

Represents a string literal that should be printed 'as is'

Represents a string literal
that should be printed 'as is'
sourceraw docstring

syntax-elementclj

(syntax-element context category location)

Represents a syntax element meaningful in GraphQL, e.g. brackets or $ or !.

Represents a syntax element meaningful
in GraphQL, e.g. brackets or $ or !.
sourceraw docstring

whitespaceclj

(whitespace context location)

Represents a region of whitespace between two other elements. location should correspond to a keyword in the :whitespace context entry.

Represents a region of whitespace
between two other elements. `location`
should correspond to a keyword in the
:whitespace context entry.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close