Does anyone know if there is an equivalent to the javadoc tool for JavaScript files?
Did you try the qdox block?
I have no idea if it would work, dunno how strict it is about java syntax, but it might be worth a try.
Alternatives would be the Chaperon parser (with your own grammar), or something based on the slop block and the PatternTransformer.
-Bertrand
