forked from ros-infrastructure/rosdoc_lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (29 loc) · 1.13 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<package>
<name>rosdoc_lite</name>
<version>0.2.3</version>
<description>
This ROS package wraps documentation tools like doxygen, sphinx,
and epydoc, making it convenient to generate ROS package
documentation.
It also generates online documentation for the ROS wiki.
</description>
<author>Ken Conley</author>
<author email="[email protected]">Eitan Marder-Eppstein</author>
<maintainer email="[email protected]">Jack O'Quin</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rosdoc_lite</url>
<url type="repository">https://github.com/ros-infrastructure/rosdoc_lite.git</url>
<url type="bugtracker">https://github.com/ros-infrastructure/rosdoc_lite/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>doxygen</run_depend>
<run_depend>epydoc</run_depend>
<run_depend>genmsg</run_depend>
<run_depend>python-catkin-pkg</run_depend>
<run_depend>python-kitchen</run_depend>
<run_depend>python-rospkg</run_depend>
<run_depend>python-sphinx</run_depend>
<run_depend>python-yaml</run_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>