ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

Add support to more clearly handle deprecated packages #30

Closed jbohren closed 11 years ago

jbohren commented 11 years ago

Currently, if a package has been deprecated and subsequently removed (like rosbagmigration) then it might not be obvious if a package has not been indexed yet or if it has been deprecated / moved.

dirk-thomas commented 11 years ago

Wet packages can be marked as deprecated with an optional text in the package.xml file. This information is than displayed in the ROS wiki (e.g. http://www.ros.org/wiki/rxgraph). Is that what you imagined?

The status of the indexing can be seen at the top under Documentation status.

jbohren commented 11 years ago

Yeah, works for me!