You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2015/12/24 07:05:49 UTC

[jira] [Resolved] (FLEX-34994) single-line asdoc comment /**...*/ generates invalid JS output

     [ https://issues.apache.org/jira/browse/FLEX-34994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Harui resolved FLEX-34994.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Apache FalconJX 0.6.0

9107d0682a4d32e6afebe8b48f50cc6155325220

> single-line asdoc comment /**...*/ generates invalid JS output
> --------------------------------------------------------------
>
>                 Key: FLEX-34994
>                 URL: https://issues.apache.org/jira/browse/FLEX-34994
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon, FlexJS
>    Affects Versions: Apache FlexJS 0.5.0
>            Reporter: Andy Dufilie
>            Assignee: Alex Harui
>            Priority: Minor
>             Fix For: Apache FalconJX 0.6.0
>
>
> When {{/** test */}} is used on a single line to comment a public AS function, invalid JS output will be generated.
> AS input:
> {code}
> package foo.bar {
> 	public class TestComment {
> 		/** test */ public function test():void { }
> 	}
> }
> {code}
> JS output (relevant part only):
> {code}
> /** test */
>  * @export
>  */
> foo.bar.TestComment.prototype.test = function() {
> };
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)