Closed IIIIIIIIll closed 2 years ago
This was fixed right after Foxy in https://github.com/ros2/rmw/pull/250, which should clear it up: it should be no_demangle
.
Good call. I think we can backport that change too, as it won't break ABI; it is only changing the header file. I'll do that right now.
Thank you for the clarification!
I think this can be closed.
Closing with #322
Bug report
Required Info:
Steps to reproduce issue
https://github.com/ros2/rmw/blob/6d23f9fc6bfe4616e1efeeefee7a927635a83afe/rmw/include/rmw/get_node_info_and_types.h#L140-L177
Expected behavior
Consistent documentation with funciton signature.
Actual behavior
Inconsistent documentation with funciton signature.
Additional information
Function contains a boolean value
demangle
in its signature, but the documentation names the same valueno_demangle
. It is pretty confusing what the actual behavior should be when this value is set totrue
.