]> granicus.if.org Git - icu/commitdiff
ICU-12005 Fix numerous warnings / errors from Javadoc generation
authorScott Russell <DTownSMR@gmail.com>
Mon, 29 Feb 2016 01:56:20 +0000 (01:56 +0000)
committerScott Russell <DTownSMR@gmail.com>
Mon, 29 Feb 2016 01:56:20 +0000 (01:56 +0000)
X-SVN-Rev: 38429

icu4j/build.xml

index 826d9a0ce549655c2288b33bb66ab8f26e914173..6e6d3d3e15331a7efb391acf6b2446bb7fea9c9c 100644 (file)
     <!-- doclint in V8 is too strict to handle existing html in javadoc -->
        <!-- doclint options are: html, accessibiltiy, missing, reference, syntax -->
     <target name="_setLintV8" unless="is.pre.java8">
-        <property name="lintParam" value=""/>
+        <property name="lintParam" value="-Xdoclint:-html"/>
     </target>
     <target name="_setLintPreV8" if="is.pre.java8">
         <property name="lintParam" value=""/>