clojure.java.javadoc
cljure.java.javadoc
完整名称空间名称:clojure.java.javadoc
概述
A repl helper to quickly open javadocs.
公共变量和函数
add-local-javadocfunction
Usage: (add-local-javadoc path)
Adds to the list of local Javadoc paths.
在Clojure版本1.2中添加
Ad-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.
在Clojure版本1.2中添加
javadocfunction
Usage: (javadoc class-or-object)
Opens a browser window displaying the javadoc for the argument.
Tries *local-javadocs* first, then *remote-javadocs*.
在Clojure版本1.2中添加