Re: FlexJS asdoc Top Level classes

2016-09-15 Thread Josh Tynjala
Using flex-typedefs is a good idea! I don't have time at the moment, but if I remember in a few weeks, I'll try to take a look. If anyone else can jump in sooner, feel free. - Josh On Thu, Sep 15, 2016 at 3:53 PM, Alex Harui wrote: > Josh, > > Do you have time to work on it? I think ASDoc jus

Re: FlexJS asdoc Top Level classes

2016-09-15 Thread Alex Harui
Josh, Do you have time to work on it? I think ASDoc just processes a set of source paths. It might be possible to point a source path to the .as files from flex-typedefs. -Alex On 9/15/16, 9:06 AM, "Josh Tynjala" wrote: >I was talking to someone who is using FlexJS to build an app. One thing

FlexJS asdoc Top Level classes

2016-09-15 Thread Josh Tynjala
I was talking to someone who is using FlexJS to build an app. One thing they mentioned is that they found it confusing that top level classes like String, Array, etc. were not in the FlexJS asdoc, but others like QName and Namespace were. Now, I understand that we have custom implementations of Na