clojure.reflect/doc

functionsince v0.0-1503Edit
(doc sym)

Source docstring:
Queries the reflection api with a fully qualified symbol, then prints
documentation information at the repl.
Source code @ clojurescript:src/main/cljs/clojure/reflect.cljs
(defn doc
  [sym]
  (meta sym print-doc))