From 75ae1afc881366bff86bfaa689fcfe9568d37003 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Fri, 27 Oct 2023 13:23:37 -0500 Subject: [PATCH] tweak docstring for compile-clj wrt compilation sources --- src/main/clojure/clojure/tools/build/api.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/clojure/clojure/tools/build/api.clj b/src/main/clojure/clojure/tools/build/api.clj index 7990eff..df904cc 100644 --- a/src/main/clojure/clojure/tools/build/api.clj +++ b/src/main/clojure/clojure/tools/build/api.clj @@ -277,11 +277,11 @@ (defn compile-clj "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: