Skip to content

Commit

Permalink
Exclude orchard.java.legacy-parser from cljdoc
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
vemv authored and bbatsov committed Jan 9, 2022
1 parent 63c5800 commit 9a41a60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-jdk8/orchard/java/legacy_parser.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(ns orchard.java.legacy-parser
"Source and docstring info for Java classes and members"
{:author "Jeff Valk"}
{:author "Jeff Valk"
;; exclude from cljdoc since its build system runs newer JDKs:
:no-doc true}
(:require
[clojure.java.io :as io]
[clojure.string :as str])
Expand Down

0 comments on commit 9a41a60

Please sign in to comment.