Skip to content

Commit 9a41a60

Browse files
vemvbbatsov
authored andcommitted
Exclude orchard.java.legacy-parser from cljdoc
Fixes #90
1 parent 63c5800 commit 9a41a60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src-jdk8/orchard/java/legacy_parser.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns orchard.java.legacy-parser
22
"Source and docstring info for Java classes and members"
3-
{:author "Jeff Valk"}
3+
{:author "Jeff Valk"
4+
;; exclude from cljdoc since its build system runs newer JDKs:
5+
:no-doc true}
46
(:require
57
[clojure.java.io :as io]
68
[clojure.string :as str])

0 commit comments

Comments
 (0)