diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:35:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:35:03 +0100 |
commit | 730d8c893cdf272f1a5e2a7f796102d670a28c47 (patch) | |
tree | 1f1d20030c928c5937adb6e4d6edc273fe9be7bd /src/include/taler_crypto_lib.h | |
parent | d81b3f13d16210c1ae995306507c1b56091bc14e (diff) |
-more doxygen fixes
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 959169cfa..f007d67af 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -2086,7 +2086,7 @@ TALER_CRYPTO_helper_esign_sign_ ( /** - * Ask the helper to revoke the public key @param exchange_pub . + * Ask the helper to revoke the public key @a exchange_pub . * Will cause the helper to tell all clients that the key is now unavailable, * and to create a replacement key. * |