Hey,
I tweeted about including some of MrHaki's Groovy Goodness examples in the
API documentation and this led to discussions about the technology behind
the generations of those docs.
I'm not that familiar with the limitations of groovydoc, but I have heard
complaints about it. For example, it s
AFAIK you can't use Javadoc doclets without relaying on the Javadoc API,
this is why you can't use Asciidoclet with Groovydoc (believe, I tried
several options).
Wrapping a doclet and adapting it for Groovydoc is not an option either
(tried that too).
The only option for standard doclets to work w