Skip to content

Commit

Permalink
removed obsolete 'lein doc', updated codox paths
Browse files Browse the repository at this point in the history
  • Loading branch information
blancas committed Mar 26, 2016
1 parent e2f2dd3 commit 037cef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -128,10 +128,6 @@ Kern is documented in the [Wiki](https://github.com/blancas/kern/wiki).

Browse the Codox [Kern v1.0.0 API](http://blancas.github.com/kern).

To generate the API docs (in the `codox` directory):

lein doc

## YourKit

YourKit is kindly supporting open source projects with its full-featured Java
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -24,4 +24,4 @@
[criterium "0.4.4"]
[jline "1.0"]]
:plugins [[codox "0.9.4"][lein-midje "3.2"]]
:codox {:sources ["src/main/clojure"] :output-dir "codox"}}})
:codox {:source-paths ["src/main/clojure"] :output-path "codox"}}})

0 comments on commit 037cef0

Please sign in to comment.