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 2
2
/lib
3
3
/classes
4
4
/checkouts
5
- /doc
5
+ /codox
6
6
pom.xml
7
7
pom.xml.asc
8
8
* .jar
Original file line number Diff line number Diff line change 5
5
:url " http://opensource.org/licenses/MIT" }
6
6
:dependencies [[org.clojure/clojure " 1.3.0" ]
7
7
[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}" }
11
12
:aliases {" test-all" [" with-profile" " default:+1.4:+1.5:+1.6:+1.7:+1.8" " test" ]}
12
13
:profiles
13
14
{:1.4 {:dependencies [[org.clojure/clojure " 1.4.0" ]]}
You can’t perform that action at this time.
0 commit comments