ros-infrastructure / rosdoc2

Command-line tool for generating documentation for ROS 2 packages.
Apache License 2.0
29 stars 9 forks source link

Temporary paths are leaking into generated output /tmp/ws/src/<PACKAGE>/... #110

Closed tfoote closed 2 months ago

tfoote commented 2 months ago

As an example: https://docs.ros.org/en/rolling/p/fastrtps/generated/file__tmp_ws_src_fastrtps_include_fastdds_rtps_security_accesscontrol_EndpointSecurityAttributes.h.html#definition-tmp-ws-src-fastrtps-include-fastdds-rtps-security-accesscontrol-endpointsecurityattributes-h

/tmp/ws/src/fastrtps appears in many places in the docs. Hopefully we can tweak a setting to truncate this in the generation stage.

image

tfoote commented 2 months ago

Duplicate of #71 fixed in #111