We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1e33d commit 75ae1afCopy full SHA for 75ae1af
1 file changed
src/main/clojure/clojure/tools/build/api.clj
@@ -277,11 +277,11 @@
277
(defn compile-clj
278
"Compile Clojure source to classes in :class-dir.
279
280
- 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.
281
282
Namespaces and order of compilation are one of:
283
* :ns-compile - compile these namespaces, in this order
284
- * :sort - find all namespaces in source dirs and use either :topo (default)
+ * :sort - find all namespaces in source files and use either :topo (default)
285
or :bfs to order them for compilation
286
287
Options:
0 commit comments