You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2020/07/15 15:38:59 UTC

[GitHub] [incubator-daffodil] stevedlawrence opened a new pull request #398: Use sbt-unidoc plugin for generating public API documentation

stevedlawrence opened a new pull request #398:
URL: https://github.com/apache/incubator-daffodil/pull/398


   Rather than running Javadoc/Scaladoc commands separately to build our
    public API documentation, we can now just run "sbt unidoc". That
   generates both Java and Scala documentation in the root target
   directory, including docs combined from the japi, sapi, and udf
   subprojects. This also allows for easily adding new public API
   documentation for other features, such as planned DSOM walker, by just
   creating a new subproject and adding it to the unidocProjectFilter sbt
   setting.
       
   DAFFODIL-2368


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-daffodil] stevedlawrence merged pull request #398: Use sbt-unidoc plugin for generating public API documentation

Posted by GitBox <gi...@apache.org>.
stevedlawrence merged pull request #398:
URL: https://github.com/apache/incubator-daffodil/pull/398


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-daffodil] stevedlawrence commented on pull request #398: Use sbt-unidoc plugin for generating public API documentation

Posted by GitBox <gi...@apache.org>.
stevedlawrence commented on pull request #398:
URL: https://github.com/apache/incubator-daffodil/pull/398#issuecomment-658841331


   New PR since Github was not updating the original pull request for a fixup commit. See original pull request here for comments and merge approvals.
   
   https://github.com/apache/incubator-daffodil/pull/397


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org