On Tuesday, August 12, 2003, at 12:36 PM, Bertrand Delacretaz wrote:
Le Mardi, 12 ao� 2003, � 12:09 Europe/Zurich, Jeremy Quinn a �crit :
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
Thanks for your suggestions Bertrand.
I will have a look at qdox ..... unfortunately, I always found the Chaperon grammar impenetrable ;)
There is a javascriptdocs project on SF, but it looks dead .....
regards Jeremy
