Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.render.graphviz

Functions to export views to GraphViz.

Functions to export views to GraphViz.
raw docstring

alias-nameclj

(alias-name kw)

Returns a valid alias for the namespaced keyword kw.

Returns a valid alias for the namespaced keyword `kw`.
sourceraw docstring

graphviz-view?clj

(graphviz-view? view)

Returns true, if the view is to be rendered with graphviz.

Returns true, if the view is to be rendered with graphviz.
sourceraw docstring

graphviz-viewsclj

Contains the views rendered with graphviz.

Contains the views rendered with graphviz.
sourceraw docstring

render-elementcljmultimethod

Renders an element e in the view with markdown according to the given options.

Renders an element `e` in the `view` with markdown according to the given `options`.
sourceraw docstring

render-graphviz-viewclj

(render-graphviz-view model options view)

Renders the view with graphviz according to the given options.

Renders the `view` with graphviz according to the given `options`.
sourceraw docstring

render-layoutclj

(render-layout view)

Renders the layout options for the view.

Renders the layout options for the `view`.
sourceraw docstring

short-nameclj

(short-name kw)

Returns a valid alias for the name part of the keyword kw.

Returns a valid alias for the name part of the keyword `kw`.
sourceraw docstring

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

× close