Fix typos/style in doxygen documentation

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-29 12:53:47 +02:00
parent d14acbc31a
commit 81abefd46c
8 changed files with 15 additions and 14 deletions

View file

@ -2029,8 +2029,9 @@ int mbedtls_ssl_renegotiate( mbedtls_ssl_context *ssl );
* \param buf buffer that will hold the data
* \param len maximum number of bytes to read
*
* \return This function returns the number of bytes read, 0 for EOF,
* or a negative error code.
* \return the number of bytes read, or
* 0 for EOF, or
* a negative error code.
*/
int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len );
@ -2041,7 +2042,7 @@ int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len )
* \param buf buffer holding the data
* \param len how many bytes must be written
*
* \return This function returns the number of bytes written,
* \return the number of bytes written,
* or a negative error code.
*
* \note When this function returns MBEDTLS_ERR_SSL_WANT_WRITE,