ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

exclude dependancy while using rosdoc

asked 2011-11-30 21:14:18 -0500

Moataz Elmasry gravatar image

Hello everyone

I have a ros stack, which I like to generate its documentation using rosdoc. but then it generates documentation for alot of other ros packages. I'd like to generate documentation only for my packages I'm aware of the exclude attribute for the rosdoc configuration, but it excludes a pattern, and I want to exclude dependancy Any ideas? thnx

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-12-01 09:08:46 -0500

kwc gravatar image

If you just run "rosdoc <package-names>" it should just document that package, though older versions of rosdoc had a bug that would cause the behavior you described.

edit flag offensive delete link more

Comments

I have diamondback I don't want to run rosdoc on single packages, there are alot of packages, and also because it will create separate doc folders, with no common index.html
Moataz Elmasry gravatar image Moataz Elmasry  ( 2011-12-01 23:17:51 -0500 )edit
If you pass in multiple packages, it should create a common index.html. I believe diamondback may still have the bug.
kwc gravatar image kwc  ( 2011-12-02 02:03:17 -0500 )edit
works perfectly, also under diamondback. Many many thanks
Moataz Elmasry gravatar image Moataz Elmasry  ( 2011-12-04 19:45:19 -0500 )edit

Question Tools

Stats

Asked: 2011-11-30 21:14:18 -0500

Seen: 202 times

Last updated: Dec 01 '11