Robotics StackExchange | Archived questions

rosdoc_lite and metapackages

I'm trying to generate linked documentation for 2 packages within a metapackage. One of the packages is strictly msg and srv files and the other contains my C++ code. I'm able to generate html output with rosdoc_lite (using Doxygen) on the msg/srv package but I'm not having any luck using linking that generated documentation with Doxygen generated documentation in the other with tags.

General approach is:

Documentation appears to be generated correctly

Documentation appears correct, but with no links to package 1 documentation.

Is this the right approach, or is there a better way to handle metapackage documentation?

Asked by el-burro on 2019-06-25 18:49:41 UTC

Comments

Answers