Skip to content

Commit

Permalink
Trying no-doc to get clj-doc to skip a namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Jul 4, 2020
1 parent eaef6ad commit 57c4c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tech/libs/nettoolkit.clj
@@ -1,4 +1,4 @@
(ns tech.libs.nettoolkit
(ns ^:no-doc tech.libs.nettoolkit
(:require [org.httpkit.client :as http]
[clojure.data.json :as json]
[clojure.pprint :as pp])
Expand Down

0 comments on commit 57c4c94

Please sign in to comment.