I have a bunch of classes that are extending from base flex components. They
also all share 5 properties and a few methods. So, rather that adding the
shared properties and methods to each file. I used the old include
"SharedInclude.as"; statement within each class to include an ActionScript
file (not a class). All is happy and all compiles nicely. However, asdoc
doesn't like this approach and pukes on the included properties when trying
to create documentation. Anyone else ever tried something like this?


Rich

Reply via email to