doxygen fixes

This commit is contained in:
Christian Grothoff 2015-06-12 11:00:04 +02:00
parent 3cdee2eb6a
commit 006c55b3de
2 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ TALER_json_to_data (json_t *json,
/**
* Convert JSON to RSA public key.
*
* @param pk JSON encoding to convert
* @param json JSON encoding to convert
* @return corresponding public key
*/
struct GNUNET_CRYPTO_rsa_PublicKey *
@ -145,7 +145,7 @@ TALER_json_to_rsa_public_key (json_t *json);
/**
* Convert JSON to RSA signature.
*
* @param pk JSON encoding to convert
* @param json JSON encoding to convert
* @return corresponding signature
*/
struct GNUNET_CRYPTO_rsa_Signature *

View File

@ -160,7 +160,7 @@ TALER_json_from_rsa_public_key (struct GNUNET_CRYPTO_rsa_PublicKey *pk)
/**
* Convert JSON to RSA public key.
*
* @param pk JSON encoding to convert
* @param json JSON encoding to convert
* @return corresponding public key
*/
struct GNUNET_CRYPTO_rsa_PublicKey *
@ -195,7 +195,7 @@ TALER_json_to_rsa_public_key (json_t *json)
/**
* Convert JSON to RSA signature.
*
* @param pk JSON encoding to convert
* @param json JSON encoding to convert
* @return corresponding signature
*/
struct GNUNET_CRYPTO_rsa_Signature *