From fb7022a398836372fa79aa3c7f38702f7ef795a9 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 1 Jun 2013 19:15:31 +0700 Subject: [PATCH] Add Codox plugin to project.clj --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 33bfefe..6af67fa 100644 --- a/project.clj +++ b/project.clj @@ -10,5 +10,6 @@ :dev {:dependencies []} :test {:dependencies [[org.xerial.snappy/snappy-java "1.0.5-M3"]]}} :aliases {"test-all" ["with-profile" "test,1.3:test,1.4:test,1.5" "test"]} + :plugins [[codox "0.6.4"]] :min-lein-version "2.0.0" - :warn-on-reflection true) + :warn-on-reflection true) \ No newline at end of file