Skip to content

Commit

Permalink
Update Doxygen comments to solve typos (#3744)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 26, 2023
1 parent 54cc04e commit d96451a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/fastdds/rtps/builtin/discovery/participant/PDP.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class PDP

/**
* Constructor
* @param builtin Pointer to the BuiltinProcols object.
* @param builtin Pointer to the BuiltinProtocols object.
* @param allocation Participant allocation parameters.
*/
PDP(
Expand Down Expand Up @@ -253,7 +253,7 @@ class PDP
/**
* This method removes and deletes a WriterProxyData object from its corresponding RTPSParticipant.
*
* @param[in] writer_guid GUID_t of the wtiter to remove.
* @param[in] writer_guid GUID_t of the writer to remove.
* @return true if found and deleted.
*/
bool removeWriterProxyData(
Expand All @@ -262,7 +262,7 @@ class PDP
/**
* This method removes and deletes a WriterProxyData object from its corresponding RTPSParticipant.
*
* @param[in] writer_guid GUID_t of the wtiter to remove.
* @param[in] writer_guid GUID_t of the writer to remove.
* @param[in] reason Why the writer is being removed (dropped, removed, or ignored)
* @return true if found and deleted.
*/
Expand Down

0 comments on commit d96451a

Please sign in to comment.