net/gcoap: deprecate gcoap_finish()

This commit is contained in:
Ken Bannister 2019-11-28 12:18:35 -05:00
parent 575cf05112
commit 6c2495bedb

View File

@ -739,6 +739,9 @@ int gcoap_req_init(coap_pkt_t *pdu, uint8_t *buf, size_t len,
* Assumes the PDU has been initialized with a gcoap_xxx_init() function, like
* gcoap_req_init().
*
* @deprecated Will not be available after the 2020.07 release. Use
* coap_opt_finish() instead.
*
* @warning To use this function, you only may have added an Option with
* option number less than COAP_OPT_CONTENT_FORMAT. Otherwise, use the
* struct-based API described with @link net_nanocoap nanocoap. @endlink With