Skip to content

Commit ee9791d

Browse files
Fix doxygen to avoid errors in python bindings (#6034) (#6037)
(cherry picked from commit 0488950) Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
1 parent 0bc405c commit ee9791d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/fastdds/dds/core/policy/QosPolicies.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,10 +2734,12 @@ class WireProtocolConfigQos : public QosPolicy
27342734
* @brief Setter for ROS 2 Easy Mode IP
27352735
*
27362736
* @param ip IP address to set
2737+
*
27372738
* @note The IP address must be an IPv4 address. If it is not, the IP address will not be set.
27382739
*
27392740
* @return RETCODE_OK if the IP address is set, an specific error code otherwise:
2740-
* RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2741+
* @return RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2742+
*
27412743
*/
27422744
ReturnCode_t easy_mode(
27432745
const std::string& ip)

0 commit comments

Comments
 (0)