Skip to main content
This topic has been closed for replies.

1 reply

April 23, 2009

Is the script used to generate the online documentation from the framework classes available?

The online Gumbo Language Reference is a bit old (it doesn't reflect the namespace changes) and I'm having difficulties generating my own local copies of the Gumbo docs using the asdoc command line tool. Can anyone help me with this?

April 24, 2009

You can generate API Documentation by running "asdoc" ant build target.

  1. Checkout and build the latest sources from SVN
  2. run:
    $ ant asdoc
  3. docs will be generated into asdoc-output directory (it will take quite a long time).

Cheers,

Iwo Banas

April 24, 2009

Thanks for the help, I managed to set up my development environment and also to generate the documentation. However, I can't seem to include de base Flash Player classes (like Object, Sprite, Event etc). I found the FlexClasses, FrameworkClasses etc collections, but no "Base"Classes that would include the top level classes.