No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(add-trace-*! ws type sym)
(clear-log! ws)
(deep-deref! tree)
(default-workspace)
(disable-all-traces! ws)
(disable-all-traces! ws filter-fn)
(disable-trace-fn! ws fn-sym)
(enable-all-traces! ws)
(enable-all-traces! ws filter-fn)
(enable-trace-fn! ws fn-sym)
(init! ws & [quiet])
(load! ws ws-shelf slot & [force])
(lookup-traces-by-fn ws fn-sym)
(new-log! ws)
(remove-all-traces! ws)
(remove-trace-*! ws type sym)
Untrace all fns in the given name space.
(remove-trace-fn! ws fn-sym)
(reset-to-nil! ws)
(save! ws ws-shelf)
(save-as! ws ws-shelf slot)
(workspace->tree ws)
cljdoc is a website building & hosting documentation for Clojure/Script libraries