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:
parent
7ad1b720e9
commit
8fbd0837ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue