(edit-file file var references edit-fn)
helper function for file manipulation used by import and purge
helper function for file manipulation used by import and purge
(import-file file references)
import docs for a file
import docs for a file
(import-fn nsp references)
helper function for file import
helper function for file import
(import-project project references)
import docs for the entire project
import docs for the entire project
(import-var file var references)
import docs for a single var
import docs for a single var
(purge-fn nsp references)
helper function for file purge
helper function for file purge
(purge-project project)
purge docs for the entire project
purge docs for the entire project
(purge-var file var)
purge docs for a single var
purge docs for a single var
(selector)
(selector var)
builds a selector for functions
(selector 'hello) => '[(#{defn defmacro defmulti} | hello ^:%?- string? ^:%?- map? & _)]
builds a selector for functions (selector 'hello) => '[(#{defn defmacro defmulti} | hello ^:%?- string? ^:%?- map? & _)]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close