Welcome! Please see the About page for a little more info on how this works.

+1 vote
in java.doc by

It would be helpful to include the constructor summary info from the javadoc. I tried querying the class as well as the /new method value.

(clojure.java.doc.api/javadoc-data-fn 
 "java.io.PushbackReader/new" nil)
(clojure.java.doc.api/javadoc-data-fn 
 "java.io.PushbackReader" nil)

I've integrated java.doc into my IDE and it's been very helpful. Thanks!

1 Answer

+1 vote
ago by
selected ago by
 
Best answer

That functionality is now present in the v0.1.4 release.

...