Hi, I was having some issue with ASDocs the other day. In the checked in code I noticed that there's a verbose command line option but no option for the ant task - so I've gone ahead and added one making a it a bit easier to diagnose ASdoc issues. Plus it's interesting to see what it doing when generating all those docs.
I'm also working on an "includePrivate" option that will generate ASDocs with private methods and properties described (more useful for SDK developers then user of the SDK), this was already done in the code to some extent. While I'm looking at the ASdocs code any requests for simple changes? Thanks, Justin