Skip to content

Commit 73e56a6

Browse files
authored
Add namespace to collect.clj
1 parent add262e commit 73e56a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: collect.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(use 'autodoc-collect.collect-info)
22

33
(def custom-ns {
4-
"core.async" "clojure.core.async"
4+
"core.async" "clojure.core.async:clojure.core.async.flow"
55
"core.cache" "clojure.core.cache"
66
"core.specs.alpha" "clojure.core.specs.alpha"
77
"java.jdbc" "clojure.java.jdbc:clojure.java.jdbc.spec"

0 commit comments

Comments
 (0)