Skip to content

Commit

Permalink
Fix (internal) doxygen return value description
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Potman <[email protected]>
  • Loading branch information
dpotman authored and eboasson committed Sep 19, 2023
1 parent 9830fda commit 193eba3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/core/ddsi/src/ddsi__security_omg.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ bool ddsi_omg_get_writer_security_info (const struct ddsi_writer *wr, ddsi_secur
*
* @param[in] wr Writer to determine the publication writer from.
*
* @returns unsigned
* @retval DDSI_ENTITYID_SEDP_BUILTIN_PUBLICATIONS_SECURE_WRITER
* @retval DDSI_ENTITYID_SEDP_BUILTIN_PUBLICATIONS_WRITER
* @returns Entity id to use for publishing writer discovery data
*/
unsigned ddsi_determine_publication_writer(const struct ddsi_writer *wr);

Expand Down Expand Up @@ -386,9 +384,7 @@ bool ddsi_omg_get_reader_security_info (const struct ddsi_reader *rd, ddsi_secur
*
* @param[in] rd Reader to determine the subscription writer from.
*
* @returns unsigned
* @retval DDSI_ENTITYID_SEDP_BUILTIN_SUBSCRIPTIONS_SECURE_WRITER
* @retval DDSI_ENTITYID_SEDP_BUILTIN_SUBSCRIPTIONS_WRITER
* @returns Entity id to use for publishing reader discovery data
*/
unsigned ddsi_determine_subscription_writer(const struct ddsi_reader *rd);

Expand All @@ -402,8 +398,7 @@ unsigned ddsi_determine_subscription_writer(const struct ddsi_reader *rd);
*
* @param[in] tp Topic to determine the writer from.
*
* @returns unsigned
* @retval DDSI_ENTITYID_SEDP_BUILTIN_TOPIC_WRITER
* @returns Entity id to use for publishing topic discovery data
*/
unsigned ddsi_determine_topic_writer(const struct ddsi_topic *tp);
#endif /* DDS_HAS_TOPIC_DISCOVERY */
Expand Down

0 comments on commit 193eba3

Please sign in to comment.