asDocs, how to exclude everything but my own classes?

Hi,

Today I started to figure out the whole asDocs thing, which is very cool, actually.
I managed to generate correct asDocs using the ‘External Tools Configuration’ in FDT3 (mac).
That wasn’t too hard.

I want to use asDocs for complete projects, so that my code still makes sense to me (or my colleagues) in a couple of months, or weeks, or days in my case. :geek:

The problem is the following:
When I generate my asDocs documentation of a project that is using third-party classes (which they usually do)(e.g. Papervision3D, as3corelib, Flint particles, etc.) I don’t want the documentation of THAT files to be generated.
I’m aware of the ‘-exclude-classes’ commandline, but as far as I know this works only for single classes, so that wouldn’t be the ideal solution.

Is there anyone who has experience with asDocs, I’m probably overseeing something, please help me out.

Thanks,

Gertjan