I have classes that are marked with [Managed] and [Bindable] tags.
Even though these objects do not extend eventDispatcher I can call
dispatchedEvent, addEventListener, and removeEventListener on them. I
assume this is because the compiler is wrapping the dispatch code
around the object when it sees the metadata tag.

This works fine in Flex Builder but when running ASDoc it serves up
these calls as errors.  Is there a flag I need to set for ASDoc to
process the tags when compiling the objects?



Reply via email to