Added codox metadata to project.clj

This commit is contained in:
Joshua Eckroth 2013-08-06 03:40:20 -04:00
parent 7a450f2e04
commit 53d141019f

View file

@ -15,4 +15,7 @@
[org.clojars.chapmanb/fast-random-forest "0.98"]]
:profiles {:dev
{:plugins [[lein-midje "2.0.0"]]
:dependencies [[midje "1.4.0"]]}})
:dependencies [[midje "1.4.0"]]}}
:codox {:output-dir "website/doc"
:src-dir-uri "http://github.com/joshuaeckroth/clj-ml/blob/master"
:src-linenum-anchor-prefix "L"})