From issues-return-9902-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Thu Dec 24 06:05:56 2015 Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DCD018F17 for ; Thu, 24 Dec 2015 06:05:56 +0000 (UTC) Received: (qmail 6160 invoked by uid 500); 24 Dec 2015 06:05:49 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 6135 invoked by uid 500); 24 Dec 2015 06:05:49 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 6125 invoked by uid 99); 24 Dec 2015 06:05:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 06:05:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B58672C1F57 for ; Thu, 24 Dec 2015 06:05:49 +0000 (UTC) Date: Thu, 24 Dec 2015 06:05:49 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-34994) single-line asdoc comment /**...*/ generates invalid JS output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)