@@ -247,6 +247,7 @@ class Publisher : public DomainEntity
247247 * @brief Indicates to FastDDS that the contained DataWriters are about to be modified
248248 *
249249 * @return RETCODE_OK if successful, an error code otherwise
250+ *
250251 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
251252 */
252253 RTPS_DllAPI ReturnCode_t suspend_publications ();
@@ -255,6 +256,7 @@ class Publisher : public DomainEntity
255256 * @brief Indicates to FastDDS that the modifications to the DataWriters are complete.
256257 *
257258 * @return RETCODE_OK if successful, an error code otherwise
259+ *
258260 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
259261 */
260262 RTPS_DllAPI ReturnCode_t resume_publications ();
@@ -263,6 +265,7 @@ class Publisher : public DomainEntity
263265 * @brief Signals the beginning of a set of coherent cache changes using the Datawriters attached to the publisher
264266 *
265267 * @return RETCODE_OK if successful, an error code otherwise
268+ *
266269 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
267270 */
268271 RTPS_DllAPI ReturnCode_t begin_coherent_changes ();
@@ -271,6 +274,7 @@ class Publisher : public DomainEntity
271274 * @brief Signals the end of a set of coherent cache changes
272275 *
273276 * @return RETCODE_OK if successful, an error code otherwise
277+ *
274278 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
275279 */
276280 RTPS_DllAPI ReturnCode_t end_coherent_changes ();
@@ -352,6 +356,10 @@ class Publisher : public DomainEntity
352356 * @param[out] writer_qos
353357 * @param[in] topic_qos
354358 * @return RETCODE_OK if successful, an error code otherwise
359+ <<<<<<< HEAD
360+ =======
361+ *
362+ >>>>>>> 28a2e15f7 (Remove doxygen warnings (#4700, #5011) (#5016))
355363 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
356364 */
357365 RTPS_DllAPI ReturnCode_t copy_from_topic_qos (
0 commit comments