Liking cljdoc? Tell your friends :D

shroom.dot


->literalclj/s

(->literal s)

dbgclj/smacro

(dbg body)

format-labelclj/s

(format-label label)

graph->dotclj/s

(graph->dot nodes
            adjacent
            &
            {:keys [directed? vertical? options node->descriptor
                    edge->descriptor root-cluster cluster->children
                    node->cluster cluster->descriptor]
             :or {directed? true
                  vertical? true
                  node->descriptor (constantly nil)
                  edge->descriptor (constantly nil)
                  root-cluster nil
                  cluster->children (constantly nil)
                  node->cluster (constantly nil)
                  cluster->descriptor (constantly nil)}
             :as graph-descriptor})

Takes a description of a graph, and returns a string describing a GraphViz dot file. Requires two fields: nodes, which is a list of the nodes in the graph, and adjacent, which is a function that takes a node and returns a list of adjacent nodes.

Takes a description of a graph, and returns a string describing a GraphViz dot file.
Requires two fields: `nodes`, which is a list of the nodes in the graph, and `adjacent`, which
is a function that takes a node and returns a list of adjacent nodes.
raw docstring

literal?clj/s

(literal? x)

translate-optionsclj/s

(translate-options m)

tree-nodesclj/s

(tree-nodes root children)

unwrap-literalclj/s

(unwrap-literal x)

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

× close