add-local-javadoc
function
Usage: (add-local-javadoc path)
Adds to the list of local Javadoc paths.
Added in Clojure version 1.2
Source
add-remote-javadoc
function
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
Source
javadoc
function
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
Source