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:
parent
a4a2aa5169
commit
3d02db23e8
3 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue