Here's my snip:


// naviation to FlexSDK
cd ../../Program Files/FlexSDK/bin

// Run ASDoc
asdoc -source-path S:\demo\game\source\com -doc-classes prism.engine.World -main-title "Prism Game Engine Documentation" -window-title "Prism Game Engine Documentation" -output S:\demo\game\source\docs



-- this worked for me because the World.as class links to all classes in the project

I used this for reference:

http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=asdoc_127_2.html

Click the link at the bottom 'Running the ASDoc tool'



HTH,

James





Sherri wrote:
YAY! Someone got it working. I'm getting a bunch of compile errors too, so I
tried setting -strict=false but that seemed to just break it altogether...
is it possible for you to send me a snippet of what worked for you? It might
show me what I'm missing.
*.*   Sherri

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James
Marsden
Sent: Monday, July 23, 2007 11:24 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] ASDoc with Flash CS3

Hey Sherri,

I got it working, but it took a lot of code tweaking - I'd converted a game engine from AS2, so there were endless compile errors on syntax etc.

J




Sherri wrote:
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

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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