Skip to content

Commit 3fa6d9e

Browse files
committed
Added codox plugin for API documentation
1 parent bda7234 commit 3fa6d9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/lib
33
/classes
44
/checkouts
5+
/doc
56
pom.xml
67
pom.xml.asc
78
*.jar

project.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
:url "http://opensource.org/licenses/MIT"}
66
:dependencies [[org.clojure/clojure "1.3.0"]
77
[commons-codec "1.6"]]
8+
:plugins [[codox "0.6.4"]]
9+
:codox {:src-dir-uri "http://github.com/ring-clojure/ring-codec/blob/master"
10+
:src-linenum-anchor-prefix "L"}
811
:profiles
912
{:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
1013
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-RC1"]]}})

0 commit comments

Comments
 (0)