Hi, I have now managed to create a documentation of my flex 3 project that includes my own classes and all classes form the mx package. Thes is very helpful for me, because I can see all the inherited methods, events, styles etc. too in my own apidoc. The command that I have used to get the documentation was:
asdoc -sp=../../classes/,.,"/Applications/Adobe Flex Builder 3 Plug-in/sdks/3.0.0/frameworks/projects/framework/src" -dc src/myclass -output docs/ Now I have the class Inheritance e.g.down to FlexSprite. What I want is the rest of the inheritance displayed too: flash.display.Sprite to Object. Is there any solution to include the classes form the flash package (playerglobal.swc) in the generated documentation too. Thanks John John Hauf wrote: > Hi, > > I have tried to generate the documentation in the core framework using > the following command as descriped in the flex 3 documentation: > > asdoc -source-path frameworks > -namespace http://framework frameworks/core-framework-manifest.xml > -doc-namespaces http://framework > > The problem is, that there is no core-framework-manifest.xml file in my > 3.0.0 flex sdk. > > Can anybody tell me how to generate these docs? > > I have managed to generate the documentation for my own projects, but I > want to include the docs for the core framework too. > > Thanks > John > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links > > > > >

