Liking cljdoc? Tell your friends :D
Clojure only.

clojure.tools.namespace.dir

Track namespace dependencies and changes by monitoring file-modification timestamps

Track namespace dependencies and changes by monitoring
file-modification timestamps
raw docstring

scanclj

(scan tracker & dirs)

Scans directories for files which have changed since the last time 'scan' was run; update the dependency tracker with new/changed/deleted files.

If no dirs given, defaults to all directories on the classpath.

Scans directories for files which have changed since the last time
'scan' was run; update the dependency tracker with
new/changed/deleted files.

If no dirs given, defaults to all directories on the classpath.
sourceraw docstring

scan-allclj

(scan-all tracker & dirs)

Scans directories for all Clojure source files and updates the dependency tracker to reload files. If no dirs given, defaults to all directories on the classpath.

Scans directories for all Clojure source files and updates the
dependency tracker to reload files. If no dirs given, defaults to
all directories on the classpath.
sourceraw docstring

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

× close