Closed kamiccolo closed 1 year ago
Looks reasonable to me.
It's a fairly large change. How confident are you of the testing?
Another way would probably just be allowing multiple <rosdoc config="rosdoc.yaml" />
entries to be parsed. Still, generating configuration during build wouldn't be feasible...
Something like this:
<export>
<rosdoc config="rosdoc.yaml" />
<rosdoc config="rosdoc_headers_only" />
<rosdoc config="rosdoc_epydoc" />
</export>
etc.
Agh, right, crafting some tests at the moment.
As this is noteably out of date and conflicts I'm going to close this. If it's still of interest please comment back or open a new PR with the update.
Motivation: versatility which allows generating different versions of documentation for the same package. Use-cases:
If flag is not specified --- fallback on the file exported in manifest and/or PKG_DIR/package.xml