I've been looking at the http://www.sencha.com/gxtdocs/ docs and really like the layout of it. does Sencha make the utility that generates that page available for others to use (be it free or paid)?
I know about JsDuck. But this is a Javascript Documentation generation tool. I'm looking for a JavaDoc tool (for Java - not Javascript) that generates a Documentation like Ext GWT Docs.
Too bad. I read the original blog post on Sencha Docs as a way to do just that, make nice JavaDocs in the sencha doc viewer. As part of GXT it sounded like if you had GXT libs, you could kickout your own nice doc viewer.
Sure there are some other "fancier" javadoc browsers out there that are a little better than the 1995 look of Java6 javadocs, but not much better.
There is no ant task for it at the moment so if you want to include it in your build you need to use the exec task.
A nice enhancement would be for JSDuck to recognise Java classes to do away with the need for extra annotations.
Alternatively, a script to annotate all your existing targets might be a work around.
Another option could be to roll it into an ant task and get the ant task to add the annotations.
It would probably need to be optional to either modify the actual source or just modify a copy of the source and run JSDuck on the copy.