Would be great to be able to embed/reference C++ classes in Sphinx documentation, similar to referencing Python. This is possible using Breathe (docs), but there are a few things necessary:
- The Sphinx generator in rosdoc_lite would need to learn how to run doxygen for its XML output prior to running the main Sphinx job.
- We'd need to find a way to distribute Breathe, probably by backporting the Utopic python-breathe package to Trusty and hosting it on packages.ros.org, so that rosdoc_lite could depend on this.
Would be great to be able to embed/reference C++ classes in Sphinx documentation, similar to referencing Python. This is possible using Breathe (docs), but there are a few things necessary: