A repl helper to quickly open javadocs.
Usage: (add-local-javadoc path)
Adds to the list of local Javadoc paths.Added in Clojure version 1.2
Usage: (add-remote-javadoc package-prefix url)
Adds to the list of remote Javadoc URLs. package-prefix is the beginning of the package name that has docs at this URL.Added in Clojure version 1.2
Usage: (javadoc class-or-object)
Opens a browser window displaying the javadoc for the argument. Tries *local-javadocs* first, then *remote-javadocs*.Added in Clojure version 1.2