You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2020/07/15 19:40:00 UTC

[jira] [Resolved] (DAFFODIL-2368) API docs do not include UDF

     [ https://issues.apache.org/jira/browse/DAFFODIL-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lawrence resolved DAFFODIL-2368.
--------------------------------------
    Resolution: Fixed

Fixed in commit c7d08c2de7d72aaef18097a2ad87b6eca1c609c1

> API docs do not include UDF
> ---------------------------
>
>                 Key: DAFFODIL-2368
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2368
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Documentation, Website
>    Affects Versions: 2.7.0
>            Reporter: Steve Lawrence
>            Assignee: Steve Lawrence
>            Priority: Major
>             Fix For: 3.0.0
>
>
> We currently only generate API documentation for the daffodil-japi and daffodil-sapi subprojects. The rest of the subprojects and sort of considered a private/unstable API, and so it's reasonable to not include them on our website.
> However, the daffodil-udf subproject is also a public/stable API, but it not currently generated and output to the website. Ideally this would all be merged into a single API that can be put on the website. SBT does not have a built-in way to merge API's from subprojects, but the [sbt-unidoc|https://github.com/sbt/sbt-unidoc] plugin seems to be able to exactly that, and it even supports the genjavadoc plugin that we use for th Java API.
> We should see if we can enable and configure this plugin to combine our API and UDF subprojects into a single scala/javadoc that can be put on the website. This could potentially be one method to easily define more public/stable API's by creating new subprojects and adding them to the list of things that sbt-unidoc merges.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)