Liking cljdoc? Tell your friends :D

lucid.publish.link.api


create-api-tableclj

(create-api-table references project namespace)

creates a api table for publishing

creates a api table for publishing
raw docstring

external-varsclj

(external-vars lookup ns)

grabs external vars from the ns/import form

(external-vars (project/file-lookup (project/project)) 'lucid.publish) => '{lucid.publish.theme [deploy]}

grabs external vars from the `ns/import` form

(external-vars (project/file-lookup (project/project))
               'lucid.publish)
=> '{lucid.publish.theme [deploy]}
raw docstring

(link-apis {:keys [references project] :as interim} name)

links all the api source and test files to the elements

links all the api source and test files to the elements
raw docstring

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

× close