Liking cljdoc? Tell your friends :D

code.doc.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 module/include form

;; THIS NEEDS FIXING to use h/intern-all as well as module/include (external-vars (project/file-lookup (project/project)) 'code.test) => {} #_'{code.test.checker.common [throws exactly approx satisfies stores anything] code.test.checker.collection [contains just contains-in just-in throws-info] code.test.checker.logic [any all is-not] code.test.compile [fact facts =>]}

grabs external vars from the `module/include` form

;; THIS NEEDS FIXING to use h/intern-all as well as module/include
(external-vars (project/file-lookup (project/project))
               'code.test)
=> {}
#_'{code.test.checker.common [throws exactly approx satisfies stores anything]
    code.test.checker.collection [contains just contains-in just-in throws-info]
    code.test.checker.logic [any all is-not]
    code.test.compile [fact facts =>]}
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