Improve documentation for error code checking
Improve comments explaining error code checking, fix incorrect comments and make a small formatting fix. Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
parent
fdb588b3a7
commit
e11e81413d
3 changed files with 18 additions and 6 deletions
|
@ -122,7 +122,7 @@ extern "C" {
|
|||
/**
|
||||
* \brief Combines a high-level and low-level error code together.
|
||||
*
|
||||
* Wrapper function for mbedtls_err_add_ext(). See that function for
|
||||
* Wrapper macro for mbedtls_error_add_ext(). See that function for
|
||||
* more details.
|
||||
*/
|
||||
#define MBEDTLS_ERROR_ADD( high, low ) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue