actionscript documentation toolWe all know it. Creating documentation of our  javascript  projects isn't exactly our first priority. The Ortelius - javascript documentation generator, is a tool that ease the task of creating documentation.

This javascript documentation generator is an easy-to-use tool to generate html documentation of your javascript code. This documentation makes it easier to use your javascript files or javascript API, within your different projects.

For Javascript
Ortelius can be used to generate JavaScript documentation. When you are generating documentation for JavaScript you will have to add a few more javadoc tags, since the documentation is generated purely from the JavaDoc tags and not the code.

Ortelius documentation is Javadoc tags based

Ortelius uses javadoc tags in the code to add information about a  class, interface, property or method. The information you write in theese tags is extracted by the generator and put in to a html documentation of your javascript files.
>> See how to use javadoc tags in your JavaScript code

Easy to make documentation

Ortelius is very easy to use, with a simple graphical interface. To generate html documentation of your javascript only takes 3 simple steps. 
>> The 3 steps

Easy to understand documentation
The documentation you generate with this tool is made in html, and is easy to overview with the classes structured in a namespace tree strucutre.

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