Posts Tagged ‘AsDoc’
AsDoc with GUI
July 10th, 2008 • 1 comment ActionScript, Flash
Tags: AS3, AsDoc
Maybe you don’t use Eclipse or FlexBuilder at all and don’t want to create your ActionScript docs with an Ant script, so there are a few solutions with Graphical User Interface. Read more »
AsDoc with Eclipse
July 10th, 2008 • 9 comments ActionScript, Flash
Tags: AS3, AsDoc
If you don’t like to use Ant for generating your ActionScript docs you can create an External Tools Configuration in Eclipse (or Flex Builder).
overview
AsDoc with FDT
June 5th, 2008 • 8 comments ActionScript, Flash
Tags: AS3, AsDoc
AsDoc is a very useful tool for documenting the API of your classes particularly if you work in a team. Unfortunately it is not implemented in FDT but as it is a command line tool and included in the Flex 3 SDK you can use it via an ant buildfile. The following examples are for Mac OSX users but it should work on Windows with a few changes as well. Read more »


