(defn print-namespace-doc "Print the documentation string of a Namespace." {:added "1.0"} [nspace] (println "-------------------------") (println (str (ns-name nspace))) (println " " (:doc (meta nspace))))
Comments top
No comments for print-namespace-doc. Log in to add a comment.