Is it possible to set up the asdoc @see tag in Flash Builder 4 so when I click on the generated link in the tooltip it would take me to the corresponding line of code (function, variable, class etc.)?
How do you add sample xml to asdoc function/class comments in Flex? They can obviously be added, but they wont show in the hover asdoc comments in Flash Builder 4.
Is it possible with ASDoc to include example MXML code in your comment? /** * @example This should be example code
Hail Sta开发者_开发问答ck!! I\'m developing a framework for my coworkers and I\'m having trouble documenting it.
I want to add a comment to some elements in a Flex document, and process the comments using ASDoc. I can easily do this for the script portion, but I end up with a ton of ugly \"This property can be u
Is there any way to add my project documentation, generated with ASDoc, to the Flex Builder dynamic help?
I can\'t seem to figure out why i continue getting this error every-time I try to compile ASDoc in Flash Builder 4.
I have an MXML component that includes a .as file with <fx:Script source=\"myfile.as\" /> Running asdoc throws a whole bunch of errors like
My operation system is Window XP in Chinese. I\'m running flex sdk > asdoc in comma开发者_运维百科nd line. Asdoc picks up the system default language.
I\'ve got a collection of ActionScript utility functions… But when I try to run asdoc over them, they don\'t appear in the list of \'package functions\'.