Skip to content

Commit

Permalink
Don't generate cljdoc for the util namespace
Browse files Browse the repository at this point in the history
Probably could hide the runtime namespace, too...
  • Loading branch information
dhleong committed Sep 3, 2019
1 parent 2fda443 commit b17ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spade/util.cljc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns spade.util
(ns ^:no-doc spade.util
(:require [clojure.string :as str]))

(defn factory->name [factory]
Expand Down

0 comments on commit b17ea81

Please sign in to comment.