Added codox documentation to repository
This commit is contained in:
parent
7380fc51cf
commit
a12330b01e
33 changed files with 1683 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
:url "https://github.com/simon-brooke/youyesyet"
|
||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
|
||||
:dependencies [[adl-support "0.1.4"]
|
||||
[bouncer "1.0.1"]
|
||||
|
|
@ -79,7 +81,8 @@
|
|||
|
||||
:codox {:metadata {:doc "FIXME: write docs"}
|
||||
:languages [:clojure :clojurescript]
|
||||
:source-paths ["src/clj" "src/cljc" "src/cljs"]}
|
||||
:source-paths ["src/clj" "src/cljc" "src/cljs"]
|
||||
:output-path "documentation"}
|
||||
|
||||
:npm {:dependencies [[datatables.net "1.10.19"]
|
||||
[datatables.net-dt "1.10.19"]
|
||||
|
|
@ -90,6 +93,9 @@
|
|||
[simplemde "1.11.2"]]
|
||||
:root "resources/public/js/lib"}
|
||||
|
||||
;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
|
||||
;; `develop` branch, then reset the `master` branch to the release tag.
|
||||
|
||||
:release-tasks [["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue