How is manifest.yaml generated?
I'm trying to understand and even improve rosdoc_lite and have a question... let's take roscpp as an example.
Where is the landing page for http://docs.ros.org/indigo/api/roscpp... generated from?
Back in the day we use to have manifest.xml files in every package that would do this, but looking at https://github.com/ros/ros_comm/tree/... this does not exist.
I see that now a manifest.yaml is generated, such as here: http://docs.ros.org/indigo/api/roscpp...
But how does the description get generated?