commit | 2ffb58455648cbe3eaa3e4e498d6f0a4ef4acb19 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sat Mar 06 10:59:20 2021 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Mar 06 10:59:20 2021 -0800 |
tree | 2ce5ca9744cad1ed13961330ffeec41b2c7666c5 | |
parent | 04a5e6e71f8ba3309922a3b829d93e691911d33a [diff] |
encode documentation fix
diff --git a/inc/qcbor/qcbor_encode.h b/inc/qcbor/qcbor_encode.h index 2460897..d3db1c2 100644 --- a/inc/qcbor/qcbor_encode.h +++ b/inc/qcbor/qcbor_encode.h
@@ -1722,6 +1722,8 @@ @param[out] pEncodedCBOR Structure in which the pointer and length of the encoded CBOR is returned. + @retval QCBOR_SUCCESS Encoded CBOR is returned. + @retval QCBOR_ERR_TOO_MANY_CLOSES Nesting error @retval QCBOR_ERR_CLOSE_MISMATCH Nesting error