Liking cljdoc? Tell your friends :D

hydrox.doc


copy-filesclj

(copy-files folio)

copies all files from the template directory into the output directory

copies all files from the template directory into the output directory
sourceraw docstring

find-includesclj

(find-includes html)

finds elements with @= tags

(find-includes "<@=hello> <@=world>") => #{:hello :world}

finds elements with `@=` tags

(find-includes "<@=hello> <@=world>")
=> #{:hello :world}
sourceraw docstring

generateclj

(generate {:keys [project] :as folio} name)

generates the tree outline for rendering

generates the tree outline for rendering
sourceraw docstring

prepare-articleclj

(prepare-article folio name file)

generates the flat outline for rendering

generates the flat outline for rendering
sourceraw docstring

prepare-includesclj

(prepare-includes name includes folio)

prepare template accept includes

prepare template accept includes
sourceraw docstring

render-allclj

(render-all folio)

render for all documentation entries in the project.clj map

render for all documentation entries in the project.clj map
sourceraw docstring

render-entryclj

(render-entry name entry folio)

helper function that is called by both render-single and render-all

helper function that is called by both render-single and render-all
sourceraw docstring

render-singleclj

(render-single folio name)

render for a single entry in the project.clj map

render for a single entry in the project.clj map
sourceraw docstring

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

× close