This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 21e24b342 disable doclint (#38)
21e24b342 is described below
commit 21e24b34273e609703822532baa8a8615cec6bfe
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 22 20:21:01 2026 +0000
disable doclint (#38)
* disable doclint
* syntax
---
build.xml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/build.xml b/build.xml
index 407a8d252..fff872a88 100644
--- a/build.xml
+++ b/build.xml
@@ -133,7 +133,7 @@ Authors:
<echo message=" jars-schema11 --> 'jars' + XML Schema 1.1 support"/>
<echo message=" xjavac-jar --> generates the xjavac.jar file"/>
<echo message=" docs --> generates the HTML documentation"/>
- <echo message=" javadocs --> generates the API docs (needs Java 1.2 or
higher)"/>
+ <echo message=" javadocs --> generates the API docs"/>
<echo message=" samples --> compiles the samples source code"/>
<echo message=" compile --> compiles the source code"/>
<echo message=" deprecatedjar --> generates the xerces.jar file"/>
@@ -539,7 +539,7 @@ Authors:
bottom='${copyright}'
additionalparam='-quiet ${additional.param}'
>
- <arg value="-Xdoclint:html,accessibility"/>
+ <arg value="-Xdoclint:none"/>
</javadoc>
<mkdir dir='${build.dir}/docs/javadocs/xs'/>
<javadoc packagenames='org.apache.xerces.xs,
org.apache.xerces.xs.datatypes'
@@ -551,7 +551,7 @@ Authors:
bottom='${copyright}'
additionalparam='-quiet ${additional.param}'
>
- <arg value="-Xdoclint:html"/>
+ <arg value="-Xdoclint:none"/>
</javadoc>
<mkdir dir='${build.dir}/docs/javadocs/xerces2'/>
@@ -573,7 +573,7 @@ Authors:
additionalparam='-quiet ${additional.param}'
>
<!-- The org.apache.xerces packages are the ones that need the most
attention -->
- <arg value="-Xdoclint:html,missing"/>
+ <arg value="-Xdoclint:none"/>
</javadoc>
<mkdir dir='${build.dir}/docs/javadocs/other'/>
<javadoc packagenames='org.apache.html.*,
@@ -585,8 +585,8 @@ Authors:
windowtitle='Other Classes' doctitle='Other Classes'
bottom='${copyright}'
additionalparam='-quiet ${additional.param}'
- >
- <arg value="-Xdoclint:html"/>
+ >
+ <arg value="-Xdoclint:none"/>
</javadoc>
</target>
@@ -612,7 +612,6 @@ Authors:
/>
</copy>
-
<copy todir="${distsrc.dir}/data" >
<fileset
dir="${data.dir}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]