We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5800 commit 9a41a60Copy full SHA for 9a41a60
src-jdk8/orchard/java/legacy_parser.clj
@@ -1,6 +1,8 @@
1
(ns orchard.java.legacy-parser
2
"Source and docstring info for Java classes and members"
3
- {:author "Jeff Valk"}
+ {:author "Jeff Valk"
4
+ ;; exclude from cljdoc since its build system runs newer JDKs:
5
+ :no-doc true}
6
(:require
7
[clojure.java.io :as io]
8
[clojure.string :as str])
0 commit comments