mbeckerle commented on code in PR #1237:
URL: https://github.com/apache/daffodil/pull/1237#discussion_r1600477317


##########
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:
   @stevedlawrence this line is one of the permutations of how to make 
genjavadoc work from the github readme for that tool. I also tried using 
`.config(Javadoc)` from their instructions also, with no effect. 
   
   This doesn't cause an error, but neither does it work to cause the 
genjavadoc and unidoc to work together. 
   



-- 
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]

Reply via email to