Using ASDoc with Bindable metatag and mxml
问题 I am creating the documentation of my flex project using ASDoc and having some issues with the bindable metatag. ASDoc doesn't document public Bindable values unless the Bindable tag has an event name associated with it. For example: //This is documented correctly [Bindable("someEvent")] /* * public bindable with event name * */ public var test1:String; //This is not documented at all [Bindable] /* * public bindable without event name * */ public var test2:String; ASDoc prepends random