Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Comment out codox
Browse files Browse the repository at this point in the history
Switch to cljdoc, issues where macros ns and cljs ns would generate
duplicate doc entries. See:

weavejester/codox#179
cljdoc/cljdoc#155
  • Loading branch information
roosta committed Jul 17, 2019
1 parent be17628 commit 0ba2301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:plugins [[lein-codox "0.10.7"]]
;; :plugins [[lein-codox "0.10.7"]]

:source-paths ["src"]

:codox {:language :clojurescript
:metadata {:doc/format :markdown}
:output-path "docs"
:source-paths ["src"]}
;; :codox {:language :clojurescript
;; :metadata {:doc/format :markdown}
;; :output-path "docs"
;; :source-paths ["src"]}

:min-lein-version "2.5.0"

Expand Down

0 comments on commit 0ba2301

Please sign in to comment.