@@ -382,25 +382,25 @@ class DataWriterImpl : protected rtps::IReaderDataFilter
382
382
const char * filter_class_name);
383
383
384
384
/* *
385
- * @brief Retrieves in a subscription associated with the DataWriter
385
+ * @brief Retrieves in a subscription associated with the @ref DataWriter
386
386
*
387
387
* @param[out] subscription_data subscription data struct
388
- * @param subscription_handle InstanceHandle_t of the subscription
389
- * @return RETCODE_BAD_PARAMETER if the DataWriter is not matched with
390
- * the given subscription handle, RETCODE_OK otherwise.
388
+ * @param subscription_handle @ref InstanceHandle_t of the subscription
389
+ * @return @ref RETCODE_BAD_PARAMETER if the DataWriter is not matched with
390
+ * the given subscription handle, @ref RETCODE_OK otherwise.
391
391
*
392
392
*/
393
393
ReturnCode_t get_matched_subscription_data (
394
394
SubscriptionBuiltinTopicData& subscription_data,
395
395
const InstanceHandle_t& subscription_handle) const ;
396
396
397
397
/* *
398
- * @brief Fills the given vector with the InstanceHandle_t of matched DataReaders
398
+ * @brief Fills the given vector with the @ref InstanceHandle_t of matched DataReaders
399
399
*
400
- * @param[out] subscription_handles Vector where the InstanceHandle_t are returned
401
- * @return RETCODE_OK if the operation succeeds.
400
+ * @param[out] subscription_handles Vector where the @ref InstanceHandle_t are returned
401
+ * @return @ref RETCODE_OK if the operation succeeds.
402
402
*
403
- * @note Returning an empty list is not an error, it returns RETCODE_OK.
403
+ * @note Returning an empty list is not an error, it returns @ref RETCODE_OK.
404
404
*
405
405
*/
406
406
ReturnCode_t get_matched_subscriptions (
0 commit comments