Skip to content

Commit

Permalink
Update codox options for 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Oct 30, 2015
1 parent 4e66b0b commit d060bb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
[mvxcvi/arrangement "1.0.0"]
[org.clojure/clojure "1.7.0"]]

:codox {:defaults {:doc/format :markdown}
:output-dir "doc/api"
:src-dir-uri "https://github.com/greglook/puget/blob/master/"
:src-linenum-anchor-prefix "L"}
:codox {:metadata {:doc/format :markdown}
:source-uri "https://github.com/greglook/puget/blob/master/{filepath}#L{line}"
:doc-paths ["doc/extra"]
:output-path "doc/api"}

:hiera {:path "doc/ns-hiera.png"
:cluster-depth 1})

0 comments on commit d060bb8

Please sign in to comment.