Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 27, 2023
1 parent 2456368 commit 534e07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clojure.tools.build.api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Use `resolve-path` to resolve relative paths in terms of the *project-root*.
Use `set-project-root!` to override the default for all tasks.</pre></div></div><div class="public anchor" id="var-compile-clj"><h3>compile-clj</h3><div class="usage"><code>(compile-clj params)</code></div><div class="doc"><pre class="plaintext">Compile Clojure source to classes in :class-dir.

Clojure source files are found in :basis paths by default, else in :src-dirs.
Clojure source files are found in :basis :paths by default, or override with :src-dirs.

Namespaces and order of compilation are one of:
* :ns-compile - compile these namespaces, in this order
* :sort - find all namespaces in source dirs and use either :topo (default)
* :sort - find all namespaces in source files and use either :topo (default)
or :bfs to order them for compilation

Options:
Expand Down

0 comments on commit 534e07e

Please sign in to comment.