Adds to the list of remote Javadoc URLs. package-prefix is the
beginning of the package name that has docs at this URL.
(defn add-remote-javadoc
"Adds to the list of remote Javadoc URLs. package-prefix is the
beginning of the package name that has docs at this URL."
{:added "1.2"}
[package-prefix url]
(dosync (commute *remote-javadocs* assoc package-prefix url)))
Comments top
No comments for add-remote-javadoc. Log in to add a comment.