Skip to content

Commit 6ada05a

Browse files
committed
Update Codox to 0.9.5
1 parent 41394b2 commit 6ada05a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/lib
33
/classes
44
/checkouts
5-
/doc
5+
/codox
66
pom.xml
77
pom.xml.asc
88
*.jar

project.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
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"]]}

0 commit comments

Comments
 (0)