Liking cljdoc? Tell your friends :D
Clojure only.

clj-xref.tool

deps.edn tool entry point for generating clj-xref databases.

Usage: clj -T:xref generate clj -T:xref generate :paths '["src"]' :output '"target/xref.edn"' clj -T:xref generate :only '["src/my/ns.clj"]'

deps.edn tool entry point for generating clj-xref databases.

Usage:
  clj -T:xref generate
  clj -T:xref generate :paths '["src"]' :output '"target/xref.edn"'
  clj -T:xref generate :only '["src/my/ns.clj"]'
raw docstring

generateclj

(generate {:keys [paths output project only]
           :or {paths ["src" "test"] output ".clj-xref/xref.edn"}})

Generate an xref database EDN file. Accepts a map with optional keys: :paths - vector of source paths to analyze (default ["src" "test"]) :output - output file path (default ".clj-xref/xref.edn") :project - project name string :only - vector of specific files to re-analyze (incremental mode)

Generate an xref database EDN file.
Accepts a map with optional keys:
  :paths   - vector of source paths to analyze (default ["src" "test"])
  :output  - output file path (default ".clj-xref/xref.edn")
  :project - project name string
  :only    - vector of specific files to re-analyze (incremental mode)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close