I have this in a .bat file in the root of the project I want to export
in asdoc

@ECHO OFF
:BEGIN
"C:\Program Files\Adobe\Flex Builder 3\sdks\moxie\bin\asdoc.exe"
-source-path . -doc-sources . -main-title "Documentation" -window-title
"Documentation" -output asdoc
PAUSE > NUL
:END

This generally works, but it does have problems with classes in library
paths
I keep a lot of code in multiple swc files which are then imported in a
new as3 project and unless I copy the swc code packages directly to my
project class directory, asdoc throws errors. 

Also it seems that -exclude-classes [className] doesn't work?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sherri
Sent: 23 July 2007 17:17
To: [email protected]
Subject: [Flashcoders] ASDoc with Flash CS3

Just wondering if anyone has successfully used ASDoc with AS3 classes
for
flash? I have used it for Flex projects no problem (so I don't need help
with that). but it seems to take a lot of tinkering to get it to work
with
Flash projects and I still have the asdoc tool failing. 

 

If not, I'd be interested in learning about other similar doc tools to
use
with Flash AS3 projects.

 

Thanks

 

*.*   Sherri

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to