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 qhelpgenerator option. #77

Closed Levi-Armstrong closed 5 years ago

Levi-Armstrong commented 6 years ago

Hello,

I currently maintain the ROS Qt Creator plug-in and I would like to incorporate all of the ros documentation. To accomplish this I need to configure a few doxygen flags. The only parameter that would need to be exposed would be GENERATE_QHP the others would be a function of the package name. I would also be interested in adding another option flag for generating this without having to modify each package .yaml file. I would create a pull request if you are ok with the additional functionality.

GENERATE_QHP = YES/NO QCH_FILE = .qch QHP_NAMESPACE = org.ros.

jack-oquin commented 6 years ago

Yes, a pull request would be very helpful.

Levi-Armstrong commented 6 years ago

Just created a PR #78 .

Levi-Armstrong commented 5 years ago

PR #78 was merged