tomfaulhaber.autodoc

https://github.com/tomfaulhaber/autodoc.git

git clone 'https://github.com/tomfaulhaber/autodoc.git'

(ql:quickload :tomfaulhaber.autodoc)
112

Autodoc is a program which generates API documentation in HTML from Clojure source code. It can be run as a standalone application or from a build system such as ant or leiningen.

Complete documentation is available at https://tomfaulhaber.github.io/autodoc.

Autodoc is used to generate the documentation for Clojure itself, Clojure contrib projects, and Incanter.

I run it on Ubuntu. I expect it would work fine on any Unix, but probably would have some glitches on Windows.

Dependencies: ant, ant-optional, enlive, clojure-contrib

Autodoc is being developed by Tom Faulhaber (to mail me you can use my first name at my domain which is infolace.com).

Autodoc is licensed under the Eclipse Public License 1.0 (like Clojure itself) which can be found in the file epl-v10.html at the root of this distribution. This means it can go anywhere Clojure can go.

Autodoc is hosted at github at https://github.com/tomfaulhaber/autodoc.