Don't generate API reference docs for monger.internal.*
This commit is contained in:
parent
1c2ab601e3
commit
835a68d011
1 changed files with 2 additions and 1 deletions
|
|
@ -8,4 +8,5 @@
|
|||
[clj-time "0.3.3" :exclusions [org.clojure/clojure]]
|
||||
[codox "0.3.4" :exclusions [org.clojure/clojure]]]
|
||||
:dev-resources-path "test/resources"
|
||||
:warn-on-reflection true)
|
||||
:warn-on-reflection true
|
||||
:codox { :exclude [monger.internal.pagination] })
|
||||
|
|
|
|||
Loading…
Reference in a new issue