[as2api-dev] Problems processing undocumented types
Brandon Goldsworthy
brandon at goldsworthy.name
Wed Mar 8 17:06:02 UTC 2006
According to the release notes for v0.3:
"Types that aren't being documented may still be processed. e.g. you can now see
the stuff you inherit from MovieClip without having to generate docs for
MovieClip itself (as long as the MM classes are in the classpath)"
Using a command like the following to generate documentation for com.package1.*
classes which are defined in the ProjectName1\src path, I do indeed get stuff
inherited from MovieClip (and, I expect, all the base types in
...\Classes\FP7\), but I don't get stuff inherited from mx.* classes or from the
com.package2.* classes which are defined in the ProjectName2\src path.
ruby as2api.rb --classpath "C:\Documents and Settings\username\Local
Settings\Application Data\Macromedia\Flash
8\en\Configuration\Classes\FP7;C:\Documents and Settings\username\Local
Settings\Application Data\Macromedia\Flash
8\en\Configuration\Classes;C:\projects\ProjectName2\src;C:\projects\ProjectName1\src"
--output-dir "c:\projects\AS_Common\apidoc" com.package1.*
If I add mx.* and com.package2.* to the package list, I get everything as
expected, so as2api can see and read the classes properly. But I don't want all
those classes cluttering up the index/package panes.
Should I be seeing stuff inherited from those packages using the command above?
I sure would like to.
Thanks,
Brandon.
More information about the as2api-dev
mailing list