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 2019/03/25 19:12:06 UTC

[lucene-solr] branch jira/LUCENE-8738 updated: LUCENE-8738: Enable HTML5 for Javadocs. Index is still disabled, but it might now good to enable it again, as there are no frames anymore!

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

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


The following commit(s) were added to refs/heads/jira/LUCENE-8738 by this push:
     new c12ceb6  LUCENE-8738: Enable HTML5 for Javadocs. Index is still disabled, but it might now good to enable it again, as there are no frames anymore!
c12ceb6 is described below

commit c12ceb6c651fb35ff06cc9d608ad6eaa9c2d4f74
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Mar 25 20:11:24 2019 +0100

    LUCENE-8738: Enable HTML5 for Javadocs. Index is still disabled, but it might now good to enable it again, as there are no frames anymore!
---
 lucene/common-build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index e2408d3..b2a60a4 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2171,7 +2171,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
         <sources />
                 
         <classpath refid="javadoc.classpath"/>
-        <arg line="--release ${javac.release}"/>
+        <arg line="-html5 --release ${javac.release}"/>
         <arg line="${javadoc.doclint.args}"/>
       </javadoc>
       <record name="@{destdir}/log_javadoc.txt" action="stop"/>