Liking cljdoc? Tell your friends :D

trifl.docs


get-docstringcljmultimethod

Extract the docstring indicated by the given namespace and function name.

The an-ns argument may be either a symbol for a namespace, a namespace object, or a function in a namespace (from which the namespace will be extracted).

Extract the docstring indicated by the given namespace and function name.

The `an-ns` argument may be either a symbol for a namespace, a namespace
object, or a function in a namespace (from which the namespace will be
extracted).
sourceraw docstring

get-formatted-docstringclj

(get-formatted-docstring fun)
(get-formatted-docstring an-ns fn-name)
source

(print-docstring fun)
(print-docstring an-ns fn-name)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close