Skip to content

Commit

Permalink
Add Codox, mailing list info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 16, 2012
1 parent 904314f commit 54ac0ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.clj
Expand Up @@ -24,4 +24,10 @@
:query :query
:facets :facets
:percolation :percolation
:all (constantly true)})
:all (constantly true)}
:mailing-list {:name "clojure-elasticsearch"
:archive "https://groups.google.com/group/clojure-elasticsearch"
:post "clojure-elasticsearch@googlegroups.com"}
:plugins [[codox "0.6.1"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"})

0 comments on commit 54ac0ff

Please sign in to comment.