As always I recommend Doxygen. There's a comprehensive tutorial on how to set it up with eclipse on my blog site: http://www.statik1.com/mt-weblog/archives/000092.html
/Johan On 1/18/06, Ian Thomas <[EMAIL PROTECTED]> wrote: > Hi Alan, > That one's pretty simple - we didn't even try. I too get the huge barf of > 'no definition' output for the MX classes. But I didn't need to document the > MX classes, so didn't bother looking into how to do so - the output from > as2api _without_ those classes is absolutely fine for what we want. > > Sorry I couldn't be of more help! > Ian > > On 1/18/06, Alan MacDougall <[EMAIL PROTECTED]> wrote: > > > > Ian Thomas wrote: > > > > >We've jsut started using AS2API - > > >http://www.badgers-in-foil.co.uk/projects/as2api/ - which works fine for > > us > > >on Windows (but had issues on Linux, sadly, although I think that's > > because > > >our Linux box needs a good cleanup). > > > > > > > > Perhaps you could share how you got it working? I just tried it with a > > command line like this: > > > > as2api --classpath path/to/swfRoot;path/to/commonLib > > com.alanmacdougall.project.* > > > > (I have all my classes arranged properly at swfRoot/com/etc/etc, with > > utility classes like XFactorStudio's XPath at a common library location.) > > > > First it barfed when it found variable definitions in the style "private > > var x:Number, y:Number;" -- so I fixed those. But then it started giving > > me huge streams of errors saying "Found no definition of type known > > locally as 'MovieClip'". > > > > Again, I think, no problem -- I add flash_home/en/First Run/Classes/FP8 > > and flash_home/en/First Run/Classes/MX to the classpath... but without > > success. > > > > Could you post your experiences with as2api, and the command line > > parameters you're using? I'd appreciate it. > > > > Alan > > > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

