-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rosbag: auto-generated docs don't include rosbag/bag.h #504
Comments
Apparently these docs have moved to rosbag_storage: http://docs.ros.org/indigo/api/rosbag_storage/html/c++/index.html And there seems to be some mismatch between the doc generation that is preventing the cross-linking from working properly. |
It looks like rosbag is missing the rosdoc.yaml that should be splitting the python and C++ doc generation into separate paths. |
The rosdoc.yaml and mainpage.dox was moved from the I have readded a rosdoc.yaml and mainpage.dox file for the Please recheck the updated docs. Regarding the links in the dependency graph: I expect them to fix get fixed after multiple doc generation runs. I will keep an eye on it. |
That looks much better! Thanks for the quick fix. It looks like the cross-links to That said, the broken cross-linking is less of an issue now that the top-level docs indicate that most of the rosbag classes have now been moved to a new package ( #299 ). |
I ran the doc job multiple times but the cross-referencing is still there. But this is not limited to rosbag. It seems to be a generic problem. I created a rosdoc_lite ticket for it: ros-infrastructure/rosdoc_lite#51 Are you ok with closing this ticket with the current state of the docs? |
Yeah, I think the remaining issue here is a bug in rosdoc_lite. |
Most of the links here are broken: http://docs.ros.org/indigo/api/rosbag/html/player_8h.html
It sort of looks like the generated python and C++ API docs are generated on top of one another because they have the same class names.
This makes it rather difficult to get started working with the rosbag C++ API.
The text was updated successfully, but these errors were encountered: