Skip to content

Commit

Permalink
tweak docstring for compile-clj wrt compilation sources
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 27, 2023
1 parent cc1e33d commit 75ae1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/clojure/clojure/tools/build/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75ae1af

Please sign in to comment.