fzi-forschungszentrum-informatik / catkin_doc

Tool for automatic ROS-API documentation generation
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Namespaces #10

Closed fmauch closed 4 years ago

fmauch commented 4 years ago

Split ros URLs in namespace and basenames.

This way, we can, for example, add a URL's namespace in the generated markdown file (e.g. adding "~" in front) and this will be recognized in the merging step later.

Extracting namespaces in C++ code is quite complicated, as they are given by the used node handle. Until now, however, the user didn't have the chance to add namespace information while being able to re-run catkin_doc without destroying this again.