(create-api-table references project namespace)
creates a api table for publishing
creates a api table for publishing
(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 =>]}
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close