Liking cljdoc? Tell your friends :D

clojure.java.javadoc

A repl helper to quickly open javadocs.

A repl helper to quickly open javadocs.
raw docstring

*core-java-api*clj


*feeling-lucky*clj


*feeling-lucky-url*clj


*local-javadocs*clj


*remote-javadocs*clj


add-local-javadocclj

(add-local-javadoc path)

Adds to the list of local Javadoc paths.

Adds to the list of local Javadoc paths.
raw docstring

add-remote-javadocclj

(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.

Adds to the list of remote Javadoc URLs.  package-prefix is the
beginning of the package name that has docs at this URL.
raw docstring

javadocclj

(javadoc class-or-object)

Opens a browser window displaying the javadoc for the argument. Tries local-javadocs first, then remote-javadocs.

Opens a browser window displaying the javadoc for the argument.
Tries *local-javadocs* first, then *remote-javadocs*.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close