Login Register

Need to generate API reference docs for Dojo extensions

I'm working on a project that's writing extensions to Dojo, and we need to develop an automated process to generate html API reference docs for our extensions. Is there a tool available that works with Dojo? What does Dojo use?

I noticed mention of a DocParser tool (http://dojo.jot.com/WikiHome/DocParserInstructions) in the forums, is this tool still being used? Is there any more detailed documentation that explains end to end usage with this tool?

thanks in advance, dean.

the dojo docparser

...is distributed with dojo when you checkout from our SVN repository. Its in util/docscripts - and is written in PHP. What you see at api.dojotoolkit.org is a Drupal module that's taking the parser output and building navigable pages from it (basically). That's as far as I go, hopefully someone else can pick up the rest of your question.

Bump, please. I'm looking

Bump, please. I'm looking for documentation on DocParser as well.

Jake