Skip to content

Commit c478e4e

Browse files
parmi93TofMassilia13320
authored andcommitted
doc(stse_generate_random): fix random_size doxygen tag from [in,out] to [in]
1 parent 5213bbb commit c478e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/stse_random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* \details This API use the STSE to generate random number
3434
* \param[in] pSTSE Pointer to target STSecureElement device
3535
* \param[in,out] pRandom Pointer to random buffer
36-
* \param[in,out] random_size Random size
36+
* \param[in] random_size Random size
3737
* \return \ref STSE_OK on success ; \ref stse_ReturnCode_t error code otherwise
3838
*/
3939
stse_ReturnCode_t stse_generate_random(

0 commit comments

Comments
 (0)