From 835a68d0117c9484ed156120b6da47003a466442 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 29 Jan 2012 22:10:02 +0400 Subject: [PATCH] Don't generate API reference docs for monger.internal.* --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index fd033f4..7c51f72 100644 --- a/project.clj +++ b/project.clj @@ -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] })