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

Doxygen Template variable $INCLUDE_PATH not set during generation #89

Closed agutenkunst closed 3 years ago

agutenkunst commented 4 years ago

I think https://github.com/ros-infrastructure/rosdoc_lite/blob/8bbf49c29dd0104980b122ec3e3d4807062711d2/src/rosdoc_lite/templates/doxy.template#L1920

should get set like https://github.com/ros-infrastructure/rosdoc_lite/blob/8bbf49c29dd0104980b122ec3e3d4807062711d2/src/rosdoc_lite/doxygenator.py#L183-L185

otherwise this causes a

warning: tag INCLUDE_PATH: include path `$INCLUDE_PATH' does not exist
warning: source $INCLUDE_PATH is not a readable file or directory... skipping.

would open a PR but I am not sure what the right value would be... or if this is even needed...