I wrote one simple component using as3 in flash (not in
Flex). I would like to generate documentation for this component
using asdoc tool from flex3 SDK. In this project is not used any
flash or flex components, just standard flash classes like
DisplayObject, Sprite, TextField, MouseEvent etc.
When I start asdoc tool with needed parameters, it seems that
flex compiler make everything ok, but at the end show this FATAL
ERROR:
ERROR:
'file:///X:/!!!_work/_install/flex/flex_sdk_3.2.0.3794/frameworks/../asdoc/templates/class-files.xsl:
line 75: Required attribute 'file' is missing.'
FATAL ERROR: 'Could not compile stylesheet'
(Location of error unknown)XSLT Error
(javax.xml.transform.TransformerConfigurationException): Could not
compile stylesheet
i have no idea where can be the problem. I don't know which
file is missing for asdoc :-(
please help
thankx