Page 1 of 1
ASDoc doesn´t find OpenSpace
Posted: 29 Aug 2013, 06:43
by frcol
The OpenSpace lib for flash is a component: OpenSpace_Flash_2X.mxp.
To generate a ASDoc we must specifie the path for all the Classes that are referenced inside our classes.
Does anybody knows how can I reference the OpenSpace class for ASDoc?
thanks.
Re: ASDoc doesn´t find OpenSpace
Posted: 29 Aug 2013, 12:42
by Bax
I don't think you can generate the ASDoc for OpenSpace starting from the compile SWC file (the MXP file actually installs an SWC file on your computer).
Also you should be able to generate the doc excluding the external libraries, like OpenSpace.
Re: ASDoc doesn´t find OpenSpace
Posted: 30 Aug 2013, 20:23
by frcol
I found just a way to exclude from be showed in the documentation:
-exclude-dependencies=true or -exclude-class
But we still must refence external libs, otherwise it show a error message.
But I found this parameter that worked with swc:
-library-path "C:\Users\Fabio\AppData\Local\Adobe\Flash CS6\en_US\Configuration\Components\OpenSpace 2"
thanks