Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created November 19, 2010 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalloy/b12371be35213c7ff4a9 to your computer and use it in GitHub Desktop.
Save amalloy/b12371be35213c7ff4a9 to your computer and use it in GitHub Desktop.
user=> (use 'clojure.java.javadoc)
nil
user=> (javadoc "")
"http://java.sun.com/javase/6/docs/api/java/lang/String.html"
; and it opens a javadoc tab in my browser pointing to the String api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment