Update: Flex now includes ASDoc. The documentation is here.
ASDoc, currently on Adobe Labs, will be included in the next update to Flex. I don't know the full list of ASDoc fixes, but I can share that the top three issues in the Labs build have been fixed:
- UTF-8 characters show correctly
- Bindable metadata doesn't affect output
- No more circular inheritance errors when using doc-sources
The templates directory contains HTML files which can be edited to alter the look of the final HTML files. There are also XSL files in there for the adventurous. It's not a supported feature to alter these files, and they will certainly change in future releases, but they are helpful in getting the final output to look just right.
Comments (5)
Bah, still no Linux support.
Posted by Tom Chiverton | October 23, 2006 6:04 AM
Posted on October 23, 2006 06:04
Tom, I should be flogged for saying the top three issues were fixed! Three out of the top four issues were fixed. It's still remotely possible that this has or will be fixed for the next release.
Posted by Brian | October 23, 2006 8:11 AM
Posted on October 23, 2006 08:11
Brian, I use ASDoc to create documentation for my project which does use Cairngorm framework.
When trying to generate ASDocs, I get the errors like:
"The definition of base class CairngormEvent was not found"
And it is understood because Cairngorm is SWC file.
I wonder how to overcome it?
Sorry if it is stupid question -- I'm a newbie to ASDoc, and still didn't figure everything about this powerful tool. I realize the answer to my question is simple but couldn't find it alone.
I'm asking here just because my team will be building our project asdocs today and I've just discovered this problem.
Posted by Rostislav Siryk | February 11, 2007 8:10 PM
Posted on February 11, 2007 20:10
Rostislav, make sure that the Cairngorm SWC is in the library-path when running asdoc.
Posted by Brian Deitte | February 15, 2007 1:38 PM
Posted on February 15, 2007 13:38
Hi,
Is there anyway to create a template for let say documenting a method like in java, so that when you type ctrl+shift+d in flashbuilder it generates a boiler template doc for you. i.e
/**
* description:
* customization note:
* @params
*/
Posted by Ted Nguyen | April 29, 2011 9:33 PM
Posted on April 29, 2011 21:33