Compiling swc with sources or only with asdoc

262 Views Asked by At

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?

1

There are 1 best solutions below

1
iamface On

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.