Yeah, I was about to answer my own question here, I have been testing the code and noticed you have the ASDocComment class that just gets the raw comment.
BTW, I have like 6 failing tests, do all the tests pass for you out of the 1100 or so? Mike On Tue, May 26, 2015 at 5:42 PM, Alex Harui <aha...@adobe.com> wrote: > This is working for the purposes we use it for which is to copy the > contents from AS to JS, not to create any doc output. I am just grabbing > the content in between the comment open and close, I am not tokenizing the > contents in any way. > > On 5/26/15, 2:24 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >Alex, > > > >https://issues.apache.org/jira/browse/FLEX-34544 > > > >Did you ever get this working? I see you have committed some ASDocDelegate > >stuff which means you "might" be saving the docs, does this work with that > >commit you implemented? > > > >I am guessing you didn't finish it since I ran into that scanner bug but > >just making sure, if you did and it works, then that is good news, then it > >means I was doing something wrong. > > > >I know the parser has no problem giving the full block of doc comment but > >tokenizing it was the problem. > > > >Mike > >