Don't generate API reference docs for monger.internal.*

This commit is contained in:
Michael S. Klishin 2012-01-29 22:10:02 +04:00
parent 1c2ab601e3
commit 835a68d011

View file

@ -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] })