@@ -181,7 +181,7 @@ struct nrf_cloud_rest_pgps_request {
181181 *
182182 * @retval 0 If successful.
183183 * Otherwise, a (negative) error code is returned.
184- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
184+ * See "nRF Cloud: Request Failure" for details.
185185 */
186186int nrf_cloud_rest_location_get (struct nrf_cloud_rest_context * const rest_ctx ,
187187 struct nrf_cloud_rest_location_request const * const request ,
@@ -210,7 +210,7 @@ int nrf_cloud_rest_location_get(struct nrf_cloud_rest_context *const rest_ctx,
210210 * request type.
211211 * - -ENOBUFS will be returned, and an error message printed, if there is not enough
212212 * buffer space to store retrieved AGNSS data.
213- * - See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for all
213+ * - See "nRF Cloud: Request Failure" for all
214214 * other possible error codes.
215215 *
216216 */
@@ -231,7 +231,7 @@ int nrf_cloud_rest_agnss_data_get(struct nrf_cloud_rest_context *const rest_ctx,
231231 *
232232 * @retval 0 If successful.
233233 * Otherwise, a (negative) error code is returned.
234- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
234+ * See "nRF Cloud: Request Failure" for details.
235235 */
236236int nrf_cloud_rest_pgps_data_get (struct nrf_cloud_rest_context * const rest_ctx ,
237237 struct nrf_cloud_rest_pgps_request const * const request );
@@ -252,7 +252,7 @@ int nrf_cloud_rest_pgps_data_get(struct nrf_cloud_rest_context *const rest_ctx,
252252 *
253253 * @retval 0 If successful.
254254 * Otherwise, a (negative) error code is returned.
255- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
255+ * See "nRF Cloud: Request Failure" for details.
256256 */
257257int nrf_cloud_rest_fota_job_get (struct nrf_cloud_rest_context * const rest_ctx ,
258258 const char * const device_id , struct nrf_cloud_fota_job_info * const job );
@@ -278,7 +278,7 @@ void nrf_cloud_rest_fota_job_free(struct nrf_cloud_fota_job_info *const job);
278278 *
279279 * @retval 0 If successful.
280280 * Otherwise, a (negative) error code is returned.
281- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
281+ * See "nRF Cloud: Request Failure" for details.
282282 */
283283int nrf_cloud_rest_fota_job_update (struct nrf_cloud_rest_context * const rest_ctx ,
284284 const char * const device_id , const char * const job_id ,
@@ -298,7 +298,7 @@ int nrf_cloud_rest_fota_job_update(struct nrf_cloud_rest_context *const rest_ctx
298298 *
299299 * @retval 0 If successful.
300300 * Otherwise, a (negative) error code is returned.
301- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
301+ * See "nRF Cloud: Request Failure" for details.
302302 */
303303int nrf_cloud_rest_shadow_transform_request (struct nrf_cloud_rest_context * const rest_ctx ,
304304 const char * const device_id , char const * const transform );
@@ -312,7 +312,7 @@ int nrf_cloud_rest_shadow_transform_request(struct nrf_cloud_rest_context *const
312312 *
313313 * @retval 0 If successful.
314314 * Otherwise, a (negative) error code is returned.
315- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
315+ * See "nRF Cloud: Request Failure" for details.
316316 */
317317int nrf_cloud_rest_shadow_state_update (struct nrf_cloud_rest_context * const rest_ctx ,
318318 const char * const device_id , const char * const shadow_json );
@@ -326,7 +326,7 @@ int nrf_cloud_rest_shadow_state_update(struct nrf_cloud_rest_context *const rest
326326 *
327327 * @retval 0 If successful.
328328 * Otherwise, a (negative) error code is returned.
329- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
329+ * See "nRF Cloud: Request Failure" for details.
330330 */
331331int nrf_cloud_rest_shadow_service_info_update (struct nrf_cloud_rest_context * const rest_ctx ,
332332 const char * const device_id , const struct nrf_cloud_svc_info * const svc_inf );
@@ -340,7 +340,7 @@ int nrf_cloud_rest_shadow_service_info_update(struct nrf_cloud_rest_context *con
340340 *
341341 * @retval 0 If successful.
342342 * Otherwise, a (negative) error code is returned.
343- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
343+ * See "nRF Cloud: Request Failure" for details.
344344 */
345345int nrf_cloud_rest_shadow_device_status_update (struct nrf_cloud_rest_context * const rest_ctx ,
346346 const char * const device_id , const struct nrf_cloud_device_status * const dev_status );
@@ -390,7 +390,7 @@ int nrf_cloud_rest_jitp(const sec_tag_t nrf_cloud_sec_tag);
390390 *
391391 * @retval 0 If successful.
392392 * Otherwise, a (negative) error code is returned.
393- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
393+ * See "nRF Cloud: Request Failure" for details.
394394 */
395395int nrf_cloud_rest_send_device_message (struct nrf_cloud_rest_context * const rest_ctx ,
396396 const char * const device_id , const char * const json_msg , const bool bulk ,
@@ -405,7 +405,7 @@ int nrf_cloud_rest_send_device_message(struct nrf_cloud_rest_context *const rest
405405 *
406406 * @retval 0 If successful.
407407 * Otherwise, a (negative) error code is returned.
408- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
408+ * See "nRF Cloud: Request Failure" for details.
409409 */
410410int nrf_cloud_rest_send_location (struct nrf_cloud_rest_context * const rest_ctx ,
411411 const char * const device_id , const struct nrf_cloud_gnss_data * const gnss );
@@ -421,7 +421,7 @@ int nrf_cloud_rest_send_location(struct nrf_cloud_rest_context *const rest_ctx,
421421 *
422422 * @retval 0 If successful.
423423 * Otherwise, a (negative) error code is returned.
424- * See @verbatim embed:rst:inline :ref:`nrf_cloud_rest_failure` @endverbatim for details.
424+ * See "nRF Cloud: Request Failure" for details.
425425 */
426426int nrf_cloud_rest_device_status_message_send (struct nrf_cloud_rest_context * const rest_ctx ,
427427 const char * const device_id , const struct nrf_cloud_device_status * const dev_status ,
0 commit comments