Skip to content

Commit 0488950

Browse files
Fix doxygen to avoid errors in python bindings (#6034)
Signed-off-by: Miguel Company <[email protected]>
1 parent d7aab9e commit 0488950

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
@@ -2732,10 +2732,12 @@ class WireProtocolConfigQos : public QosPolicy
27322732
* @brief Setter for ROS 2 Easy Mode IP
27332733
*
27342734
* @param ip IP address to set
2735+
*
27352736
* @note The IP address must be an IPv4 address. If it is not, the IP address will not be set.
27362737
*
27372738
* @return RETCODE_OK if the IP address is set, an specific error code otherwise:
2738-
* RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2739+
* @return RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2740+
*
27392741
*/
27402742
ReturnCode_t easy_mode(
27412743
const std::string& ip)

0 commit comments

Comments
 (0)