add-remote-javadoc

clojure.java.javadoc

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

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/java/javadoc.clj:44 top

(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)))
Vars in clojure.java.javadoc/add-remote-javadoc:
Used in 0 other vars

Comments top

No comments for add-remote-javadoc. Log in to add a comment.