@@ -215,6 +215,7 @@ class Publisher : public DomainEntity
215215 * @brief Indicates to FastDDS that the contained DataWriters are about to be modified
216216 *
217217 * @return RETCODE_OK if successful, an error code otherwise
218+ *
218219 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
219220 */
220221 FASTDDS_EXPORTED_API ReturnCode_t suspend_publications ();
@@ -223,6 +224,7 @@ class Publisher : public DomainEntity
223224 * @brief Indicates to FastDDS that the modifications to the DataWriters are complete.
224225 *
225226 * @return RETCODE_OK if successful, an error code otherwise
227+ *
226228 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
227229 */
228230 FASTDDS_EXPORTED_API ReturnCode_t resume_publications ();
@@ -231,6 +233,7 @@ class Publisher : public DomainEntity
231233 * @brief Signals the beginning of a set of coherent cache changes using the Datawriters attached to the publisher
232234 *
233235 * @return RETCODE_OK if successful, an error code otherwise
236+ *
234237 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
235238 */
236239 FASTDDS_EXPORTED_API ReturnCode_t begin_coherent_changes ();
@@ -239,6 +242,7 @@ class Publisher : public DomainEntity
239242 * @brief Signals the end of a set of coherent cache changes
240243 *
241244 * @return RETCODE_OK if successful, an error code otherwise
245+ *
242246 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
243247 */
244248 FASTDDS_EXPORTED_API ReturnCode_t end_coherent_changes ();
@@ -320,6 +324,8 @@ class Publisher : public DomainEntity
320324 * @param[out] writer_qos
321325 * @param[in] topic_qos
322326 * @return RETCODE_OK if successful, an error code otherwise
327+ *
328+ * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
323329 */
324330 FASTDDS_EXPORTED_API static ReturnCode_t copy_from_topic_qos (
325331 fastdds::dds::DataWriterQos& writer_qos,
0 commit comments