Re: [Flashcoders] ASDoc Help

2009-10-02 Thread Samuel Adu
Hey Pedro,
Adsoc simply creates XML from your class documentation and then transforms
the XML to HTML using XSL. You'll see all of the XSL files in
$FLEX_HOME/asdoc/templates - So modifying those will change your output.

You can see what the xml looks like by passing the undocumented -keep-xml
flag.

Hope this helps,

Sam

2009/10/2 

> Does anybody have any references or tutorials on how to modify ASDoc
> output? I'm not talking about adding ASDoc comments, I know how to write
> those, but information on how to modify the docs that it creates.
>
> I managed to figure out how to add appendixes with the link below. But how
> do I tell ASDocs to actually include those files (html, js, css, images)
> with the documentation when it generates? Also, can I make my own tags
> (@bug, @todo)? I know there is a secret @warning tag that is disabled, but
> are there others?
>
> The only links I've found are these:
> http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_9.html
> http://personal.boristhebrave.com/project/asdoc-enhancements
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] ASDoc Help

2009-10-01 Thread pedro
Does anybody have any references or tutorials on how to modify ASDoc  
output? I'm not talking about adding ASDoc comments, I know how to  
write those, but information on how to modify the docs that it creates.


I managed to figure out how to add appendixes with the link below. But  
how do I tell ASDocs to actually include those files (html, js, css,  
images) with the documentation when it generates? Also, can I make my  
own tags (@bug, @todo)? I know there is a secret @warning tag that is  
disabled, but are there others?


The only links I've found are these:
http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_9.html
http://personal.boristhebrave.com/project/asdoc-enhancements

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders