[as2api-dev] error: No packages specified

David Holroyd dave at badgers-in-foil.co.uk
Sun Sep 11 15:58:28 UTC 2005


On Sat, Sep 10, 2005 at 11:06:55PM -0400, Jim Kremens wrote:
> Hi David,
> 
> It works!  Parsed the whole library with no problems.  I'm eager to
> start using it, but I have a few questions.

Great!


> Can it handle intrinsic getter/setters?  The following doesn't produce
> any text in the docs:
> 
> 	/**
> 	 * Set and get style preset for instance.  
> 	 * @param styleName:String. 
> 	 */
> 	public function set style(val:Object) {
> 	}
> 	public function get style():Object {
> 		return __style;
> 	}	

Yes, they should be handled.  Note that properties defined implicitly
with get/set methods are listed in the 'Fields' section of the class
API, not in the 'Methods' section.


> Also, regarding styling, it would be great to be able to specify an
> external stylesheet.

Yep, I need to add that in.  Your ant task could copy a replacement file
over the existing one until then though.


Thanks for letting us know the fix works!
dave



More information about the as2api-dev mailing list