summarylogtreecommitdiffstats
path: root/jdk8-javadoc_disable-doclint.patch
blob: 1a5294e1bfb8af4c4e039d4e6adbd31a23eca2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Patch written from Giovanni Santini <giovannisantini93@yahoo.it>
# Feel free to use it, just give proper credits writing in your patch:
# Original patch written from Giovanni Santini <giovannisantini93@yahoo.it>
# See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=java-gnome
# Disable doclint, see: http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
diff -ur a/java-gnome-4.1.3/build/faster b/java-gnome-4.1.3/build/faster
--- a/java-gnome-4.1.3/build/faster	2013-05-05 03:08:23.000000000 +0200
+++ b/java-gnome-4.1.3/build/faster	2015-07-13 11:33:55.207518811 +0200
@@ -650,6 +650,7 @@
 	cmd += "-d doc/api "
 	cmd += "-public "
 	cmd += "-nodeprecated "
+	cmd += "-Xdoclint:none "
 	cmd += "-source 1.5 "
 	cmd += "-notree "
 	cmd += "-noindex "