File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22/lib
33/classes
44/checkouts
5- /doc
5+ /codox
66pom.xml
77pom.xml.asc
88* .jar
Original file line number Diff line number Diff line change 55 :url " http://opensource.org/licenses/MIT" }
66 :dependencies [[org.clojure/clojure " 1.3.0" ]
77 [commons-codec " 1.6" ]]
8- :plugins [[codox " 0.8.0" ]]
9- :codox {:src-dir-uri " http://github.com/ring-clojure/ring-codec/blob/1.0.0/"
10- :src-linenum-anchor-prefix " L" }
8+ :plugins [[lein-codox " 0.9.5" ]]
9+ :codox
10+ {:output-path " codox"
11+ :source-uri " http://github.com/ring-clojure/ring-codec/blob/{version}/{filepath}#L{line}" }
1112 :aliases {" test-all" [" with-profile" " default:+1.4:+1.5:+1.6:+1.7:+1.8" " test" ]}
1213 :profiles
1314 {:1.4 {:dependencies [[org.clojure/clojure " 1.4.0" ]]}
You can’t perform that action at this time.
0 commit comments