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

source

*feeling-lucky*clj

source

*feeling-lucky-url*clj

source

*local-javadocs*clj

source

*remote-javadocs*clj

source

add-local-javadocclj

(add-local-javadoc path)

Adds to the list of local Javadoc paths.

Adds to the list of local Javadoc paths.
sourceraw 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.
sourceraw 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*.
sourceraw docstring

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

× close