Add codox documentation generator
This commit is contained in:
parent
d04f15d5e4
commit
9537d24184
1 changed files with 13 additions and 0 deletions
13
deps.edn
13
deps.edn
|
|
@ -21,6 +21,19 @@
|
||||||
:jvm-opts ["--add-modules=jdk.incubator.foreign" "--enable-native-access=ALL-UNNAMED"]
|
:jvm-opts ["--add-modules=jdk.incubator.foreign" "--enable-native-access=ALL-UNNAMED"]
|
||||||
:exec-fn cognitect.test-runner.api/test}
|
:exec-fn cognitect.test-runner.api/test}
|
||||||
|
|
||||||
|
:codox {:extra-deps {codox/codox {:mvn/version "0.10.7"}}
|
||||||
|
:exec-fn codox.main/generate-docs
|
||||||
|
:exec-args {:source-paths ["src/clj"]
|
||||||
|
:output-path "docs"
|
||||||
|
:project
|
||||||
|
{:name "coffi"
|
||||||
|
:version "v0.2.259"
|
||||||
|
:description "A Foreign Function Interface in Clojure for JDK 17."}
|
||||||
|
:source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"
|
||||||
|
:metadata {:doc/format :markdown}}
|
||||||
|
:jvm-opts ["--add-modules=jdk.incubator.foreign"
|
||||||
|
"--add-opens" "java.base/java.lang=ALL-UNNAMED"]}
|
||||||
|
|
||||||
:build {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
:build {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
||||||
io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"}}
|
io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"}}
|
||||||
:ns-default build
|
:ns-default build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue