[ASM Tools] For review: disable javadoc lint check
Kevin Looney
kevin.looney at oracle.com
Wed Jun 15 18:21:53 UTC 2016
Thanks Brian. This looks fine.
Can you please file a bug against AsmTools to describe what needs to be
changed in the source to make doclint happy?
Thanks,
Kevin
On 6/15/16 10:54 AM, Brian Kurotsuchi wrote:
> Another quick review. Now that we upgraded to Java 8, the automatic
> lint checking is broken. This disables it until we fix the sources.
>
>
>
> work at Banana~/asm/asmtools-os/build> hg diff build.xml
> diff --git a/build/build.xml b/build/build.xml
> --- a/build/build.xml
> +++ b/build/build.xml
> @@ -296,7 +296,7 @@
> destdir="${build.javadoc.dir}"
> author="false"
> version="false"
> - additionalparam="-breakiterator"
> + additionalparam="-breakiterator -Xdoclint:none"
> >
> <classpath>
> <path path="${javac.classpath}"/>
>
--
kevin.looney at oracle.com
More information about the asmtools-dev
mailing list