A tool for generate beatiful api documentation for clojure and clojurescript.
This is a codox fork with various structural changes and new look.
Include the following plugin in your project.clj file or your global profile:
:plugins [[funcool/codeina "0.1.0" :exclusions [org.clojure/clojure]]]Put the initial configuration specifying to codeina the location of your sources and the language:
:codeina {:sources ["src"] :language :clojure}And run the doc lein subcommand:
$ lein doc Generated HTML docs in /path/to/you/project/doc