How to compile swc-library with documentation (asdoc) and sources in Flash Builder 4.6? If I compile Flex-application I can set check compile with sources, but for the library project I don't have this option.
Are there some option for flex compiler, which can be added to asdoc documentation?
When you make a library project, you will right click the source files you want to add, and click 'Include Class in Library'. Then you can export a swc and all of your chosen files will be compiled into it.