Windows- Add flex sdk to your environment PATH variable. It's often in "C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin"
- Navigate to the source folder for the library:
cd "C:\Documents and Settings\pamelafox\My Documents\gmaps-utility-library-flash\src\" - 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"
|
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/