My favorites | Sign in
Google
                
Search
for
Updated Feb 04, 2010 by pamela.fox
AsDocGeneration  
How to use asdoc to auto-generate class reference for the library.

Windows

  1. Add flex sdk to your environment PATH variable. It's often in "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin"
  2. Navigate to the source folder for the library:

cd "C:\Documents and Settings\pamelafox\My Documents\gmaps-utility-library-flash\src\"

  1. Run the command to generate the documentation, changing it to point at the latest available SWC:
asdoc -output ../docs -doc-sources ./ -source-path ./ -external-library-path "C:\Documents and Settings\pamelafox\My Documents\Flex Builder 3\lib\map_flex_1_6.swc"


Comment by juguang, Jul 27, 2009

I have done that in Flex Builder 3 too. procedures are slightly different, but concepts are same.

FYI. http://postbabel.com/wordpress/2009/07/how-to-generate-asdoc-in-flex-builder-3/


Sign in to add a comment
Powered by Google Project Hosting