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 51141dc commit 066b603Copy full SHA for 066b603
src/cider/nrepl/middleware/info.clj
@@ -129,6 +129,8 @@
129
@javadoc/*remote-javadocs*)
130
path)})
131
132
+;; TODO: Seems those were hardcoded here accidentally - we should
133
+;; probably provide a simple API to register remote JavaDocs.
134
(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
135
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/index.html?")
136
0 commit comments