This is an automated email from the ASF dual-hosted git repository.
mbeckerle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 937033b Take out '-Xdoclint' parameter from javaDoc as 'throw' clause
is handled properly.
937033b is described below
commit 937033bf99646e024def756704f171e1ad12f635
Author: Mark Otto <[email protected]>
AuthorDate: Tue Feb 19 13:30:22 2019 -0500
Take out '-Xdoclint' parameter from javaDoc as 'throw' clause is handled
properly.
DAFFODIL-1380
---
daffodil-japi/build.sbt | 1 -
1 file changed, 1 deletion(-)
diff --git a/daffodil-japi/build.sbt b/daffodil-japi/build.sbt
index f9b0b91..4ee03aa 100644
--- a/daffodil-japi/build.sbt
+++ b/daffodil-japi/build.sbt
@@ -33,7 +33,6 @@ sources in JavaDoc :=
(sources in Compile).value.filter(_.getName.endsWith(".java"))
javacOptions in JavaDoc := Seq(
- "-Xdoclint:none",
"-windowtitle", "Apache Daffodil (incubating) " + version.value + " Java
API",
"-doctitle", "<h1>Apache Daffodil (incubating) " + version.value + " Java
API</h1>"
)