Andy Dufilie created FLEX-34994:
-----------------------------------

             Summary: 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
            Priority: Minor


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)

Reply via email to