Closed peci1 closed 1 year ago
Thanks for the review. I've updated the code docs a bit. However, the main documentation is on the Wiki, which I'll update when this PR is merged.
With no outsanding PRs, would it be a good time to make a release?
Wiki docs updated: http://wiki.ros.org/action/info/rosdoc_lite?action=diff&rev2=24&rev1=23 .
Resolves #63.
Each builder gets an optional parameter
required
. If set to True, rosdoc_lite will fail if the builder failed. However, all other builders are given the option to finish their run before rosdoc_lite is exited, so that as much documentation is generated as possible.I've set the parameter to default to False so that the feature is opt-in. This should leave all existing packages without a change, but new packages are allowed to opt in. We could also change the documentation to consistently add
required: True
in the examples, with the note that it can be turned off.@tfoote Would this be a good approach?