Re: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Tom Chiverton
On Thursday 01 Feb 2007, jer_ela wrote: I am finding that ASDoc (2.01) is ignoring bindable properties in mxml files public var myProperty:String gets documented [Bindable] public var myBindableProperty:String What about [Bindable] public var myBindableProperty:String=''; ? -- Tom

RE: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Stephen Gilson
Subject: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files I am finding that ASDoc (2.01) is ignoring bindable properties in mxml files public var myProperty:String gets documented [Bindable] public var myBindableProperty:String does not set/get pairs are also affected

[flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-01 Thread jer_ela
I am finding that ASDoc (2.01) is ignoring bindable properties in mxml files public var myProperty:String gets documented [Bindable] public var myBindableProperty:String does not set/get pairs are also affected