I came up against this a little earlier today. Make sure your 
comments are right before the method.

Wrong:

/**
 * Property
 */
[Bindable]
public var property : Object;

Right:

[Bindable]
/**
 * Property
 */
public var property : Object;

I think that should do it.


--- In flexcoders@yahoogroups.com, "james_dhap" <[EMAIL PROTECTED]> wrote:
>
> Hey All,
> I am seeing odd behaviour using the [Bindable] metadata tag in my 
AS
> classes.  When ever my public properties have the [Bindable] tag 
ASDoc
> ignores them and does not generate comments.  I first saw this with
> some of my ValueObjects that use the metadata at the root of the
> class, but even when I moved it to just one propety that property
> disappears from the docs.
> 
> At the moment its not a huge issue because its not really 
affecting my
> documentation, but it will very shortly.  Any tips?  Possible
> workaround ideas?  Is this intended?
> 
> James
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to