clojure.java.javadoc

by Christophe Grand, Stuart Sierra

Full namespace name: clojure.java.javadoc

Overview

A repl helper to quickly open javadocs.

Public Variables and Functions

add-local-javadocfunction

Usage: (add-local-javadoc path)
Adds to the list of local Javadoc paths.

Added in Clojure version 1.2

Source

add-remote-javadocfunction

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

javadocfunction

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

© Rich Hickey
Licensed under the Eclipse Public License 1.0.
https://clojure.github.io/clojure/clojure.java.javadoc-api.html