• Stars
    star
    120
  • Rank 290,142 (Top 6 %)
  • Language
    Clojure
  • Created about 15 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The robot to automatically generate documentation for Clojure code. Used to generate the API docs for clojure.org.

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.