(init s exclude-syms)
(ns-to-file ns)
(ns-to-file ns extensions)
Returns a java.io.File corresponding to the clojure src file for the given namespace. nil is returned if the file is not found in the classpath or if the file is not a raw text file.
Returns a java.io.File corresponding to the clojure src file for the given namespace. nil is returned if the file is not found in the classpath or if the file is not a raw text file.
(ns-to-filenames ns)
(ns-to-filenames ns extensions)
Converts the namespace name into a relative path for the corresponding clojure src file.
Converts the namespace name into a relative path for the corresponding clojure src file.
(print-error tracker)
(refresh!)
(refresh! tracker)
(refresh-handler root-sym)
(reload tracker)
(scan tracker)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close