Liking cljdoc? Tell your friends :D
Clojure only.

symbol-analyzer.core


analyzeclj

(analyze root
         &
         {:keys [ns symbol-id-key symbol-info-key suppress-eval?]
          :or {ns *ns* symbol-id-key :id symbol-info-key :symbol-info}})

Given an Sjacket node, returns another one equivalent to the input with symbol information associated with the specified key.

Given an Sjacket node, returns another one equivalent to the input with symbol information associated with the specified key.
sourceraw docstring

analyze-sexpclj

(analyze-sexp
  sexp
  &
  {:keys [ns locals symbol-id-key symbol-info-key]
   :or {ns *ns* locals nil symbol-id-key :id symbol-info-key :symbol-info}})

Given an S-expression form, returns another one equivalent to the input with symbol information annotated as metadata to each symbol.

Given an S-expression form, returns another one equivalent to the input with symbol information annotated as metadata to each symbol.
sourceraw docstring

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

× close