Skip to content

Commit

Permalink
Correct Doxygen documentation (eProsima#1263)
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Luengo <[email protected]>
  • Loading branch information
IkerLuengo authored Jun 23, 2020
1 parent 9125239 commit 61e907e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/dds/core/Entity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Entity
* Triggered statuses are the ones whose value has changed
* since the last time the application read the status.
* When the entity is first created or if the entity is not enabled,
* all communication statuses are in the “untriggered” state,
* all communication statuses are in the non-triggered state,
* so the list returned by the get_status_changes operation will be empty.
* The list of statuses returned by the get_status_changes operation
* refers to the status that are triggered on the Entity itself
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/rtps/reader/ReaderListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class RTPS_DllAPI ReaderListener
* matches that of a local reader, but with an offered QoS that is incompatible
* with the one requested by the local reader
* @param reader Pointer to the RTPSReader.
* @param qos_id The ID of the incompatible Qos.
* @param qos A mask with the bits of all incompatible Qos activated.
*/
virtual void on_requested_incompatible_qos(
RTPSReader* reader,
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/rtps/writer/WriterListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class RTPS_DllAPI WriterListener
* matches that of a local writer, but with a requested QoS that is incompatible
* with the one offered by the local writer
* @param writer Pointer to the RTPSWriter.
* @param qos_id Identifier of the incompatible Qos.
* @param qos A mask with the bits of all incompatible Qos activated.
*/
virtual void on_offered_incompatible_qos(
RTPSWriter* writer,
Expand Down

0 comments on commit 61e907e

Please sign in to comment.