fix wrong para name in doxygen comments
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
f3f5c210cb
commit
29287a46d2
1 changed files with 12 additions and 12 deletions
|
@ -87,7 +87,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* big-endian order (MSB first).
|
* big-endian order (MSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the four bytes from.
|
* \param data Base address of the memory to get the four bytes from.
|
||||||
* \param offset Offset from \p base of the first and most significant
|
* \param offset Offset from \p data of the first and most significant
|
||||||
* byte of the four bytes to build the 32 bits unsigned
|
* byte of the four bytes to build the 32 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -107,7 +107,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 32 bits unsigned integer to put in memory.
|
* \param n 32 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 32
|
* \param data Base address of the memory where to put the 32
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the most significant
|
* \param offset Offset from \p data where to put the most significant
|
||||||
* byte of the 32 bits unsigned integer \p n.
|
* byte of the 32 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT32_BE
|
#ifndef MBEDTLS_PUT_UINT32_BE
|
||||||
|
@ -125,7 +125,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* little-endian order (LSB first).
|
* little-endian order (LSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the four bytes from.
|
* \param data Base address of the memory to get the four bytes from.
|
||||||
* \param offset Offset from \p base of the first and least significant
|
* \param offset Offset from \p data of the first and least significant
|
||||||
* byte of the four bytes to build the 32 bits unsigned
|
* byte of the four bytes to build the 32 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -145,7 +145,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 32 bits unsigned integer to put in memory.
|
* \param n 32 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 32
|
* \param data Base address of the memory where to put the 32
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the least significant
|
* \param offset Offset from \p data where to put the least significant
|
||||||
* byte of the 32 bits unsigned integer \p n.
|
* byte of the 32 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT32_LE
|
#ifndef MBEDTLS_PUT_UINT32_LE
|
||||||
|
@ -163,7 +163,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* little-endian order (LSB first).
|
* little-endian order (LSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the two bytes from.
|
* \param data Base address of the memory to get the two bytes from.
|
||||||
* \param offset Offset from \p base of the first and least significant
|
* \param offset Offset from \p data of the first and least significant
|
||||||
* byte of the two bytes to build the 16 bits unsigned
|
* byte of the two bytes to build the 16 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -181,7 +181,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 16 bits unsigned integer to put in memory.
|
* \param n 16 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 16
|
* \param data Base address of the memory where to put the 16
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the least significant
|
* \param offset Offset from \p data where to put the least significant
|
||||||
* byte of the 16 bits unsigned integer \p n.
|
* byte of the 16 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT16_LE
|
#ifndef MBEDTLS_PUT_UINT16_LE
|
||||||
|
@ -197,7 +197,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* big-endian order (MSB first).
|
* big-endian order (MSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the two bytes from.
|
* \param data Base address of the memory to get the two bytes from.
|
||||||
* \param offset Offset from \p base of the first and most significant
|
* \param offset Offset from \p data of the first and most significant
|
||||||
* byte of the two bytes to build the 16 bits unsigned
|
* byte of the two bytes to build the 16 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -215,7 +215,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 16 bits unsigned integer to put in memory.
|
* \param n 16 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 16
|
* \param data Base address of the memory where to put the 16
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the most significant
|
* \param offset Offset from \p data where to put the most significant
|
||||||
* byte of the 16 bits unsigned integer \p n.
|
* byte of the 16 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT16_BE
|
#ifndef MBEDTLS_PUT_UINT16_BE
|
||||||
|
@ -303,7 +303,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* big-endian order (MSB first).
|
* big-endian order (MSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the eight bytes from.
|
* \param data Base address of the memory to get the eight bytes from.
|
||||||
* \param offset Offset from \p base of the first and most significant
|
* \param offset Offset from \p data of the first and most significant
|
||||||
* byte of the eight bytes to build the 64 bits unsigned
|
* byte of the eight bytes to build the 64 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -327,7 +327,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 64 bits unsigned integer to put in memory.
|
* \param n 64 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 64
|
* \param data Base address of the memory where to put the 64
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the most significant
|
* \param offset Offset from \p data where to put the most significant
|
||||||
* byte of the 64 bits unsigned integer \p n.
|
* byte of the 64 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT64_BE
|
#ifndef MBEDTLS_PUT_UINT64_BE
|
||||||
|
@ -349,7 +349,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* little-endian order (LSB first).
|
* little-endian order (LSB first).
|
||||||
*
|
*
|
||||||
* \param data Base address of the memory to get the eight bytes from.
|
* \param data Base address of the memory to get the eight bytes from.
|
||||||
* \param offset Offset from \p base of the first and least significant
|
* \param offset Offset from \p data of the first and least significant
|
||||||
* byte of the eight bytes to build the 64 bits unsigned
|
* byte of the eight bytes to build the 64 bits unsigned
|
||||||
* integer from.
|
* integer from.
|
||||||
*/
|
*/
|
||||||
|
@ -373,7 +373,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||||
* \param n 64 bits unsigned integer to put in memory.
|
* \param n 64 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 64
|
* \param data Base address of the memory where to put the 64
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the least significant
|
* \param offset Offset from \p data where to put the least significant
|
||||||
* byte of the 64 bits unsigned integer \p n.
|
* byte of the 64 bits unsigned integer \p n.
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_PUT_UINT64_LE
|
#ifndef MBEDTLS_PUT_UINT64_LE
|
||||||
|
|
Loading…
Reference in a new issue