Re: Autodoc for the masses

2010-01-21 Thread Jeff Rose
Just a quick note about getting setup with Leiningen. The documentation you posted says to use [autodoc "0.7.0-SNAPSHOT"] in the dev dependencies, but that is not a valid package on clojars. Using [autodoc "0.7.0"] instead works fine though. No downloading of jars necessary. Just add that, run

Re: Autodoc for the masses

2010-01-21 Thread Sean Devlin
Tom, Thanks for providing this great tool. I was able to install it last night, it just plain works. Keep hacking! Sean On Jan 20, 12:51 pm, Tom Faulhaber wrote: > Now your project can have the same documentation as Clojure, clojure- > contrib, and Incanter! > > The standalone autodoc tool is n

Re: Autodoc for the masses

2010-01-21 Thread Rich Hickey
On Wed, Jan 20, 2010 at 12:51 PM, Tom Faulhaber wrote: > Now your project can have the same documentation as Clojure, clojure- > contrib, and Incanter! > > The standalone autodoc tool is now available. It can be run from the > command line and it integrates with Leiningen and ant. (Maven still to

Re: Autodoc for the masses

2010-01-20 Thread Tom Faulhaber
> Looks great! A couple comments. Thanks! > * Adding "by unknown author" to namespaces that have no author metadata >   seems a bit superfluous. Yeah, that's on my list to clean up. I did that in the old days to shame the contrib authors into adding the metadata (and remind me to bug them), but

Re: Autodoc for the masses

2010-01-20 Thread Timothy Pratley
Fantastic! Love it :) -- 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

Re: Autodoc for the masses

2010-01-20 Thread Phil Hagelberg
Tom Faulhaber writes: > Now your project can have the same documentation as Clojure, clojure- > contrib, and Incanter! > > The standalone autodoc tool is now available. It can be run from the > command line and it integrates with Leiningen and ant. (Maven still to > come - let me know if you want

Re: Autodoc for the masses

2010-01-20 Thread liebke
That's fantastic news! I wholeheartedly recommend Autodoc, it has been great for the Incanter project. Here are examples of its output: Clojure: http://richhickey.github.com/clojure/ Clojure-contrib: http://richhickey.github.com/clojure-contrib/ Incanter: http://liebke.github.com/incanter/ David

Autodoc for the masses

2010-01-20 Thread Tom Faulhaber
Now your project can have the same documentation as Clojure, clojure- contrib, and Incanter! The standalone autodoc tool is now available. It can be run from the command line and it integrates with Leiningen and ant. (Maven still to come - let me know if you want to help.) Autodoc builds full, st