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