We all know it. Creating documentation of our actionscript, flex, air or flash projects isn't exactly our first priority. The Ortelius - actionscript documentation generator, is a tool that ease the task of creating documentation.
Ortelius is an easy-to-use tool to generate html documentation of your actionscript class files. This documentation makes it easier to share actionscript classes and to remember what methods and properties each class has.
Javadoc tags in your actionscript
Ortelius uses javadoc tags to add information about a actionscript class, interface, property or method. The information you writes in theese tags is extracted put in to a html documentation of your actionscript classes.
>> See which javadoc tags you can use in your as3 code
Easy to make actionscript documentation
Ortelius is very easy to use, with a simple graphical interface, and it is free to download and use.
Orteius is Actionscript 3 ready
Ortelius is optimized for making documentation of actionscript 3 classes.
Plugin for FlashDevelop
If you add the FlashDevelop plugin, you can jump directly from FlashDevelop to Ortelius. It loads all the new actionscript files and you are only one click away from documentation of your actionscript classes.
>> Read more
Documentation example
Click here to see an example of the documentation of actionscript classes that Ortelius creates.
Ortelius is now opensource
The sourcecode behind this as3 documentation generator is now available from googlecode.
>> You can find it here