We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cd269 commit b29b16aCopy full SHA for b29b16a
codox/src/codox/main.clj
@@ -109,6 +109,18 @@
109
:documents documents)))))
110
111
(defn -main
112
+ "The main entry point for reading API information from files in a directory.
113
+
114
+ To analyze a project (debugging etc.) follow these steps:
115
116
+ 1. unzip the project's jar into a directory
117
+ 2. add the project's coordinates to the local `deps.edn` file
118
+ 3. add the jar contents directory to `:paths` in `deps.edn`
119
120
+ You can then call this main function as follows:
121
122
+ clj -m codox.main clojurescript jar-contents-dir/
123
+ clj -m codox.main clojure jar-contents-dir/"
124
[lang path]
125
(println "Analyzing lang:" lang)
126
(println "Analyzing path:" path)
0 commit comments