velocity/0006-Run-javadoc-with-Xdoclint-none.patch
2020-07-30 16:15:06 +02:00

25 lines
794 B
Diff

From 49155f009858a9332b0d58c814f5166bba0cccde Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Thu, 30 Jul 2020 15:38:59 +0200
Subject: [PATCH 6/8] Run javadoc with -Xdoclint:none
---
build/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build/build.xml b/build/build.xml
index 479ef2d..0544f2c 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -592,6 +592,7 @@
doctitle="${name} ${version} API"
encoding="UTF-8"
docencoding="UTF-8"
+ additionalparam="-Xdoclint:none"
bottom="Copyright &#169; 2000-${build.year} &lt;a href=&quot;http://www.apache.org/&quot;&gt;Apache Software Foundation&lt;/a&gt;. All Rights Reserved.">
<link href="${javadocs.ref.jsdk}"/>
--
2.26.2