changeset 22532:abb919421c2a

Add javadoc metadata for distributions
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 05 Jan 2016 13:06:57 +0100
parents 339966685900
children 1f7fe9f4207a
files mx.truffle/suite.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.truffle/suite.py	Wed Jan 06 14:05:59 2016 +0100
+++ b/mx.truffle/suite.py	Tue Jan 05 13:06:57 2016 +0100
@@ -1,5 +1,5 @@
 suite = {
-  "mxversion" : "5.5.7",
+  "mxversion" : "5.6.6",
   "name" : "truffle",
   "url" : "http://openjdk.java.net/projects/graal",
   "developer" : {
@@ -282,6 +282,7 @@
       ],
       "description" : """Truffle is a multi-language framework for executing dynamic languages
         that achieves high performance when combined with Graal.""",
+      "javadocType": "api",
     },
 
     "TRUFFLE_TCK" : {
@@ -332,6 +333,7 @@
           "TRUFFLE_API",
       ],
       "description" : "Experimental REPL server to build your debugger console for your language.",
+      "allowsJavadocWarnings": True,
      }
   },
 }