f templates
or would it rely on the templates of the FDK it overlays?
Chris
Von: Alex Harui
Gesendet: Montag, 6. Oktober 2014 06:31
An: dev@flex.apache.org
Betreff: Re: AW: Another little problem with Falcon and Flexmojos
FWIW, the FalconJX compiler does r
FWIW, the FalconJX compiler does retain the ASDoc info and uses it in the
JSDoc, so it isn’t too hard to collect the information. The parser does
seem to know about the entire comment block. I didn’t see any code that
handles the directives.
-Alex
On 10/5/14, 9:36 AM, "Gordon Smith" wrote:
>I
I'm not aware of this feature getting completed. There are some classes and
interfaces for accessing ASDoc comments on APIs but I don't think they work. I
think all comments are getting dropped by the lexer, so that no comments, or
even their start/end positions, are present in the AST.
Ideally
Afaict, there is no asdoc output code in Falcon today. Gordon might know for
sure. It looks like there were plans to add it but it hasn't happened yet.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
Christofer Dutz wrote:
In the old compiler the ASDoc tool seems to use static templa
In the old compiler the ASDoc tool seems to use static template stuff in
asdoc/templates to generate its output. That's why flexmojos uses a template
zip artifact, that it downloads and extracts in the local repository. I saw in
the Falcon Sourcecode that there is code for ASDoc ... are you clai