From 534e07e1d504ab419e3b65c21aac8169fe7170ae Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Fri, 27 Oct 2023 13:24:32 -0500 Subject: [PATCH] update docs --- docs/clojure.tools.build.api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/clojure.tools.build.api.html b/docs/clojure.tools.build.api.html index b8050f6..78de7ca 100644 --- a/docs/clojure.tools.build.api.html +++ b/docs/clojure.tools.build.api.html @@ -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.

compile-clj

(compile-clj params)
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: