Liking cljdoc? Tell your friends :D

org.soulspace.overarch.application.render

Contains dispatch functions for the rendering of the views.

Contains dispatch functions for the rendering of the views.
raw docstring

indentclj

(indent n)

Renders an indent of n space chars.

Renders an indent of n space chars.
sourceraw docstring

renderclj

(render model format options)

Renders all relevant views of the model in the given format. Views marked as external (e.g. by setting the namespace scope in the options) are not rendered.

Renders all relevant views of the `model` in the given `format`.
Views marked as external (e.g. by setting the namespace scope in the `options`) are not rendered.
sourceraw docstring

render-filecljmultimethod

Returns the render file for the given format.

Returns the render file for the given format.
sourceraw docstring

render-formatclj

(render-format m format)
(render-format m format options)
(render-format m format options view)

Returns the render format for the multimethod invocation.

Returns the render format for the multimethod invocation.
sourceraw docstring

render-formatsclj

Contains the supported render formats.

Contains the supported render formats.
sourceraw docstring

render-viewcljmultimethod

Renders the view in the given format.

Renders the view in the given format.
sourceraw docstring

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

× close