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

Update rosdoc_lite to support deprecation tags #13

Closed eitanme closed 11 years ago

eitanme commented 11 years ago

From @dirk-thomas:

can you update rosdoc_lite to include deprecation information? A package.xml file may include a deprecated tag under export (see http://www.ros.org/reps/rep-0127.html#deprecated). It would be great if the header in the Wiki would show a common note like "package is deprecated" and conditionally if the tag contains content also that custom information.

eitanme commented 11 years ago

I'm implementing this but am having some trouble finding a package to test with. Do you have an example of a package that has this deprecation warning in place? I can also fake it, but might be nice to have a real example.

eitanme commented 11 years ago

Groovy: fe6c56f8d1a5a73d95ba19a94037f185b144f96c Fuerte: 460f1bf9dc3f57b5a5da8d32df0961cb71b6f59b

Just need a package to test on, and then I can update the wiki to show this information.

dirk-thomas commented 11 years ago

langs and langs-dev

eitanme commented 11 years ago

This is now done:

http://ros.org/wiki/langs