Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove not implemented warning on doxygen [12358] #2206

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/fastdds/dds/core/policy/QosPolicies.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ class PublishModeQosPolicy : public QosPolicy
PublishModeQosPolicyKind kind = SYNCHRONOUS_PUBLISH_MODE;

//! Name of the flow controller used when publish mode kind is ASYNCHRONOUS_PUBLISH_MODE.
//! @since Functionality not implemented yet. Coming soon.
//! @since 2.4.0
const char* flow_controller_name = fastdds::rtps::FASTDDS_FLOW_CONTROLLER_DEFAULT;

inline void clear() override
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/dds/domain/qos/DomainParticipantQos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class DomainParticipantQos
fastrtps::string_255 name_ = "RTPSParticipant";

//! User defined flow controller to use alongside.
//! @since Functionality not implemented yet. Coming soon.
//! @since 2.4.0
FlowControllerDescriptorList flow_controllers_;

};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace rtps {
* Configuration values for creating flow controllers.
*
* This descriptor is used to define the configuration applied in the creation of a flow controller.
* @since Functionality not implemented yet. Coming soon.
* @since 2.4.0
*/
struct FlowControllerDescriptor
{
Expand Down