@@ -181,7 +181,7 @@ struct nrf_cloud_rest_pgps_request {
181
181
*
182
182
* @retval 0 If successful.
183
183
* 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.
185
185
*/
186
186
int nrf_cloud_rest_location_get (struct nrf_cloud_rest_context * const rest_ctx ,
187
187
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,
210
210
* request type.
211
211
* - -ENOBUFS will be returned, and an error message printed, if there is not enough
212
212
* 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
214
214
* other possible error codes.
215
215
*
216
216
*/
@@ -231,7 +231,7 @@ int nrf_cloud_rest_agnss_data_get(struct nrf_cloud_rest_context *const rest_ctx,
231
231
*
232
232
* @retval 0 If successful.
233
233
* 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.
235
235
*/
236
236
int nrf_cloud_rest_pgps_data_get (struct nrf_cloud_rest_context * const rest_ctx ,
237
237
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,
252
252
*
253
253
* @retval 0 If successful.
254
254
* 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.
256
256
*/
257
257
int nrf_cloud_rest_fota_job_get (struct nrf_cloud_rest_context * const rest_ctx ,
258
258
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);
278
278
*
279
279
* @retval 0 If successful.
280
280
* 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.
282
282
*/
283
283
int nrf_cloud_rest_fota_job_update (struct nrf_cloud_rest_context * const rest_ctx ,
284
284
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
298
298
*
299
299
* @retval 0 If successful.
300
300
* 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.
302
302
*/
303
303
int nrf_cloud_rest_shadow_transform_request (struct nrf_cloud_rest_context * const rest_ctx ,
304
304
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
312
312
*
313
313
* @retval 0 If successful.
314
314
* 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.
316
316
*/
317
317
int nrf_cloud_rest_shadow_state_update (struct nrf_cloud_rest_context * const rest_ctx ,
318
318
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
326
326
*
327
327
* @retval 0 If successful.
328
328
* 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.
330
330
*/
331
331
int nrf_cloud_rest_shadow_service_info_update (struct nrf_cloud_rest_context * const rest_ctx ,
332
332
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
340
340
*
341
341
* @retval 0 If successful.
342
342
* 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.
344
344
*/
345
345
int nrf_cloud_rest_shadow_device_status_update (struct nrf_cloud_rest_context * const rest_ctx ,
346
346
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);
390
390
*
391
391
* @retval 0 If successful.
392
392
* 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.
394
394
*/
395
395
int nrf_cloud_rest_send_device_message (struct nrf_cloud_rest_context * const rest_ctx ,
396
396
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
405
405
*
406
406
* @retval 0 If successful.
407
407
* 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.
409
409
*/
410
410
int nrf_cloud_rest_send_location (struct nrf_cloud_rest_context * const rest_ctx ,
411
411
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,
421
421
*
422
422
* @retval 0 If successful.
423
423
* 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.
425
425
*/
426
426
int nrf_cloud_rest_device_status_message_send (struct nrf_cloud_rest_context * const rest_ctx ,
427
427
const char * const device_id , const struct nrf_cloud_device_status * const dev_status ,
0 commit comments