This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 84ff0daf7dd03d35f7b727c93fa406cdc320f8b6
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Jan 10 22:42:49 2019 -0800

    ignore other asdoc tags we find.  We should make this list configurable 
someday
---
 .../java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
index 1bec6de..7661d38 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java
@@ -422,7 +422,7 @@ public class JSClosureCompilerWrapper
                WarningLevel.VERBOSE.setOptionsForWarningLevel(options_);
         
         String[] asdocTags = new String[] {"productversion", 
-                       "playerversion", "langversion", "copy", 
+                       "playerversion", "langversion", "copy", "span", "para", 
"throw", "tiptext",
                        "asparam", "asreturn", "asreturns", "asprivate",
                        "royaleignoreimport", "royaleignorecoercion", 
"royaleemitcoercion",
                 "royalenoimplicitstringconversion","royaledebug"};

Reply via email to