Hi all,

I'd like to generate some API docs for my clojure 1.3 lib.  The way to
go seems to be autodoc.  However, with version 0.7.1 (the stable
release), my leiningen fails to fetch the required dependencies.

On clojars, there are several other forks/versions, but for all of them
including a self-built autodoc git checkout, "lein autodoc" fails with

  java.lang.NoSuchMethodError: clojure.lang.Numbers.lt(II)Z

I also had a look at the contrib libs, which also has some gen-html-docs
library.  But for clojure 1.3, one should use the new modular contrib
library, which doesn't contain that anymore...

So my question: does anyone have a working setup for generating HTML API
docs for a project using clojure 1.3 that he wants to share with me?  I
really don't need anything fancy, just some browsable, linked HTML
pages.

Bye,
Tassilo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to