Javascript documentation generator
Ortelius can make documentation from both javascript and actionscript. Its is the same program you use. The only different is whether you start a javascript project or a actionscript project.
Javadoc tags in your javascript
Ortelius uses javadoc tags in the code to extract information about the different property or functions. The information you write in theese tags is extracted by the generator and put in to a html documentation of your javascrpt files.
>> See how to use javadoc tags in your JS code
Its free & opensource
Ortelius is free to download and use, and you can download the source code from google code (C# & .NET).
>> Go to Google code
Documentation example
Click here to see an example of the documentation of actionscript code that the Ortelius generator creates.