You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/04/07 12:47:03 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9912: Disable HTML doclint in Lucene/Solr 8 (#2480)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c7ce4c4  LUCENE-9912: Disable HTML doclint in Lucene/Solr 8 (#2480)
c7ce4c4 is described below

commit c7ce4c4f5a29b1f00ab46e633dd86f2d57ea96cf
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Wed Apr 7 14:46:45 2021 +0200

    LUCENE-9912: Disable HTML doclint in Lucene/Solr 8 (#2480)
---
 lucene/common-build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index b709f8d..6725f9b 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -206,9 +206,9 @@
   <property name="javadoc.noindex" value="true"/>
 
   <!---TODO: Fix accessibility (order of H1/H2/H3 headings), see https://issues.apache.org/jira/browse/LUCENE-8729 -->
-  <property name="javadoc.doclint.args" value="-Xdoclint:all -Xdoclint:-missing -Xdoclint:-accessibility"/>
+  <property name="javadoc.doclint.args" value="-Xdoclint:all -Xdoclint:-missing -Xdoclint:-accessibility -Xdoclint:-html"/>
   <!---proc:none was added because of LOG4J2-1925 / JDK-8186647 -->
-  <property name="javac.doclint.args" value="-Xdoclint:all/protected -Xdoclint:-missing -Xdoclint:-accessibility -proc:none"/>
+  <property name="javac.doclint.args" value="-Xdoclint:all/protected -Xdoclint:-missing -Xdoclint:-accessibility -Xdoclint:-html -proc:none"/>
   
   <!-- Javadoc classpath -->
   <path id="javadoc.classpath">