Tagged Questions
2
votes
2answers
649 views
Using ASDoc with Bindable metatag and mxml
I am creating the documentation of my flex project using ASDoc and having some issues with the bindable metatag.
ASDoc doesn't document public Bindable values unless the Bindable tag has an event ...
1
vote
1answer
404 views
Asdoc throwing errors for MXML component that includes a separate .as file
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
"Error: The private attribute may be used only on ...
0
votes
0answers
31 views
How can I run Asdoc in Flex 4.0.0 against Flex SDK 3.1 and generate documentation for MXML classes?
I understand that asdoc within Flex 4 generates documentation for MXML files but the asdoc in earlier versions don't. I have a project that needs to be compiled using Flex SDK 3.1.0 and I would like ...