Calls generate-documentation on the libraries named by libs and
emits the generated HTML to the path named by path.
(defn generate-documentation-to-file "Calls generate-documentation on the libraries named by libs and emits the generated HTML to the path named by path." [path libs] (io/spit path (generate-documentation libs)))
Comments top
No comments for generate-documentation-to-file. Log in to add a comment.