Hi to all, I was trying to generate documentation using asdoc. The problem I am facing is, I am using some libraries like gettext for which I don't have swc file (I have the code itself). I want to exclude the generation of those source files. Here is command I used to generate documentation.
asdoc -source-path "../opensrc/gettext" "../opensrc/crypto" "../opensrc/utils" "." -doc-classes "com.readio.shell.storypets.comm.sfs.SFSService" --external-library-path "..\lib" "E:\Flex Builder 3 Plug-in\sdks\3.0.0\frameworks\libs" "E:\Flex Builder 3 Plug-in\sdks\3.0.0\frameworks\libs\player" "../opensrc/gettext" "../opensrc/crypto" "../opensrc/utils" Please help me how I can exclude those source files in documentation.

