stevedlawrence commented on code in PR #1237:
URL: https://github.com/apache/daffodil/pull/1237#discussion_r1600485711
##########
build.sbt:
##########
@@ -53,6 +54,8 @@ lazy val daffodil = project
udf
)
.settings(commonSettings, nopublish, ratSettings, unidocSettings,
genCExamplesSettings)
+ .settings(javadocSettings: _*) // for genjavadoc to create javadoc from
scala code
Review Comment:
My guess is we need something similar to `daffodil-japi/build.sbt` copied
into `daffodil-runtime1` to enable the GenJavadoc plugin for sbt-unidoc to use.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]