Liking cljdoc? Tell your friends :D

orchard.apropos

Search symbols and docs matching a regular expression

Search symbols and docs matching a regular expression
raw docstring

apropos-sortclj

(apropos-sort ns vars)

Return a list of vars, ordered with ns first, followed by clojure.* namespaces, and then all others sorted alphabetically.

Return a list of vars, ordered with `ns` first,
followed by `clojure.*` namespaces, and then all others sorted
alphabetically.
sourceraw docstring

find-symbolsclj

(find-symbols {:keys [ns full-doc? var-query]})

Takes a map and returns a list of maps containing name, doc and type. :var-query See #'query/vars. :full-doc? Causes the full doc to be returned instead of the abbreviated form. :ns If provided, the results will be sorted to show this namespace first.

Takes a map and returns a list of maps containing name, doc and type.
`:var-query` See `#'query/vars`.
`:full-doc?` Causes the full doc to be returned instead of the abbreviated form.
`:ns` If provided, the results will be sorted to show this namespace first.
sourceraw docstring

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

× close