Liking cljdoc? Tell your friends :D

alumbra.printer


pr-strclj/s

(pr-str doc & [opts])

Returns the Alumbra doc as a string.

Returns the Alumbra `doc` as a string.
sourceraw docstring

printclj/s

(print doc & [opts])

Prints the Alumbra GraphQL doc.

Prints the Alumbra GraphQL `doc`.
sourceraw docstring

with-emit-bracesclj/smacro

(with-emit-braces printer & body)

Emits body within braces to the printer.

Emits `body` within braces to the `printer`.
sourceraw docstring

with-emit-curly-bracesclj/smacro

(with-emit-curly-braces printer & body)

Emits body within curly braces to the printer.

Emits `body` within curly braces to the `printer`.
sourceraw docstring

with-next-indentation-levelclj/smacro

(with-next-indentation-level [printer-sym printer] & body)

Binds printer to print-sym with an incremented indentation level.

Binds `printer` to `print-sym` with an incremented indentation level.
sourceraw docstring

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

× close