On Thu, Feb 09, 2006 at 09:30:15PM +0800, iiley wrote: > Hi David, > > as2api seem has problem to generate link to this: > > /** > * @see FocusManager#setDefaultFocusTraversalPolicy() > * @see FocusManager#getDefaultFocusTraversalPolicy() > */ > > But @Container#someMethod() generated fined. (FocusManager is at the same > package) > > And do i need to fill full class name for this type link: > @see AClass(AClass is at the same package of current documented class) > I usually filled the full class name like @see org.aswing.AClass
Type resolution for @see and [EMAIL PROTECTED] is supposed to follow the same pattern as for other type-references from ActionScript code within the same file (i.e. type names must be fully quallified unless in they are imported or in the same package as the current type, IIRC). Any deviation from that could well be a bug in as2api. I've just checked-out the trunk of AsWing from SF CVS. Where can I look for an example of your problem? dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
