Skip to content

Commit

Permalink
codox update
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Sep 8, 2016
1 parent f6567e4 commit eb408dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions all/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
[tesser.hadoop "1.0.2"
:exclusions [org.codehaus.jackson/jackson-mapper-asl
org.codehaus.jackson/jackson-core-asl]]]
:codox {:sources ["../core/src"
"../math/src"
"../hadoop/src"]
:codox {:source-paths ["../core/src"
"../math/src"
"../hadoop/src"]
:output-path "doc/"
:source-uri "http://github.com/aphyr/tesser/blob/{version}/{filepath}#L{line}"
:metadata {:doc/format :markdown}}
Expand Down

0 comments on commit eb408dd

Please sign in to comment.