Liking cljdoc? Tell your friends :D

danlaps.clolyze.analyzer


add-ast-analyzer!clj

(add-ast-analyzer! name)
(add-ast-analyzer! name ast-analyzer)

Add the given ast-analyzer to the list of analyzers.

Add the given ast-analyzer to the list of analyzers.
raw docstring

analyze-filesclj

(analyze-files files)

Analyze the given parsed files and detect code issues.

Analyze the given parsed files and detect code issues.
raw docstring

clear-ast-analyzers!clj

(clear-ast-analyzers!)

Clear the list of analyzers and reset to the core analyzers.

Clear the list of analyzers and reset to the core analyzers.
raw docstring

remove-ast-analyzer!clj

(remove-ast-analyzer! name)

Remove the given ast-analyzer from the list of analyzers.

Remove the given ast-analyzer from the list of analyzers.
raw docstring

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

× close