Add ^:no-doc to next.jdbc.transaction

In preparation for possible changes to cljdoc (so that it respects that 
metadata).
This commit is contained in:
Sean Corfield 2019-11-15 13:21:00 -08:00
parent 7ad1b720e9
commit 8fbd0837ab

View file

@ -1,7 +1,7 @@
;; copyright (c) 2018-2019 Sean Corfield, all rights reserved ;; copyright (c) 2018-2019 Sean Corfield, all rights reserved
(ns next.jdbc.transaction (ns ^:no-doc next.jdbc.transaction
"SQL Transaction logic." "Implementation of SQL transaction logic."
(:require [next.jdbc.protocols :as p]) (:require [next.jdbc.protocols :as p])
(:import (java.sql Connection))) (:import (java.sql Connection)))