Skip to content

Commit 4797e20

Browse files
committed
update doc generation
1 parent 5ee5e93 commit 4797e20

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

project.clj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
[codox-md "0.2.0" :exclusions [org.clojure/clojure]]]}}
1111
:test-selectors {:stress :stress
1212
:default (complement :stress)}
13-
:plugins [[codox "0.6.4"]]
14-
:codox {:writer codox-md.writer/write-docs
13+
:plugins [[codox "0.8.10"]
14+
[lein-jammin "0.1.1"]
15+
[ztellman/lein-cljfmt "0.1.10"]]
16+
:cljfmt {:indents {#".*" [[:inner 0]]}}
17+
:codox {:src-dir-uri "https://github.com/ztellman/byte-streams/blob/master/"
18+
:src-linenum-anchor-prefix "L"
19+
:defaults {:doc/format :markdown}
1520
:include [byte-streams]}
1621
:global-vars {*warn-on-reflection* true}
1722
:java-source-paths ["src"]

0 commit comments

Comments
 (0)