diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 13:35:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 13:35:51 +0100 |
commit | ccb88693447dba52bf2b2ae84fd4f329bbcd81f6 (patch) | |
tree | c00d3449851457b84609644a86f1222e4581db0b /src/lib/testing_api_trait_blinding_key.c | |
parent | e0fbfb68fd29ccd4cd2f05b2a70165a7e3ee7e91 (diff) |
doxygen
Diffstat (limited to 'src/lib/testing_api_trait_blinding_key.c')
-rw-r--r-- | src/lib/testing_api_trait_blinding_key.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/testing_api_trait_blinding_key.c b/src/lib/testing_api_trait_blinding_key.c index cf343666..f2011687 100644 --- a/src/lib/testing_api_trait_blinding_key.c +++ b/src/lib/testing_api_trait_blinding_key.c @@ -37,8 +37,7 @@ * * @param cmd command to extract trait from * @param index which coin to pick if @a cmd has multiple on offer. - * @param blinding_key[out] set to the offered blinding key. - * + * @param[out] blinding_key set to the offered blinding key. * @return #GNUNET_OK on success. */ int @@ -59,7 +58,6 @@ TALER_TESTING_get_trait_blinding_key * * @param index index number to associate to the offered key. * @param blinding_key blinding key to offer. - * * @return the trait. */ struct TALER_TESTING_Trait |