mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Add auto-generated code markers
The presence of these markers in the original code was helpful to me in figuring out that this portion of the code is auto-generated. Therefore, I think those are useful and should be present. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
@ -132,7 +132,7 @@ void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
|
||||
* representation.
|
||||
*
|
||||
* This function returns a const pointer to an un-modifiable string. The caller
|
||||
* must not try to modify the string use it only for logging purposes.
|
||||
* must not try to modify the string and use it only for logging purposes.
|
||||
*
|
||||
* \param error_code error code
|
||||
*
|
||||
|
Reference in New Issue
Block a user