AS3 Documentation, Auto Commenting
Some time ago I scripted an auto commenting system for ActionScript 2.0, I’d long planned to upgrade it to ActionScript 3.0, but things tended to get in the way of that, and I kept putting it off.
I began working on a project recently which needed half a dozen AS3 class libraries to be documented, as luck would have it. So I spent some time updating the scripts from AS2 with NaturalDocs & Doxygen to AS3 with AsDoc.
In a nutshell, the script will parse an AS3 class or interface file and add asdoc comment blocks, it will also adhere to the Flex SDK coding conventions, where there are special cases for doc comments.
Go over to the google code page http://as3dac.googlecode.com and check it out.
If you are using Windows, you’ll need to install Cygwin (with Perl.) You should be able to get going on a Mac, Linux or other *nix. See the code project page for details.
