(create-folio {:keys [root initialise filter manual] :as project})
creates the folio for storing all the documentation information
creates the folio for storing all the documentation information
(init-folio {:keys [project initialise] :as folio})
runs through all the files and adds function/test definitions to the project
runs through all the files and adds function/test definitions to the project
(mount-folio state {:keys [project root channel filter pipe] :as folio})
adds a watcher to update function/test definitions when files in the project changes
adds a watcher to update function/test definitions when files in the project changes
(regulator project)
(regulator state project)
creates a blank regulator, does not work
creates a blank regulator, does not work
(start-regulator {:keys [project state] :as obj})
starts the regulator
starts the regulator
(stop-regulator {:keys [project state] :as obj})
stops the regulator
stops the regulator
(unmount-folio folio)
removes the file-change watcher
removes the file-change watcher
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close