diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-12 11:00:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-12 11:00:04 +0200 |
commit | 006c55b3de1262c390e2139798422ca0fb1e9c02 (patch) | |
tree | f910b3f7fdef7fa9f88bf00baaf9c8367b3db444 | |
parent | 3cdee2eb6a245695f00952aa09a9033f0d84c128 (diff) |
doxygen fixes
-rw-r--r-- | src/include/taler_json_lib.h | 4 | ||||
-rw-r--r-- | src/util/json.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index ede2a20ee..7c260ea81 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -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 * diff --git a/src/util/json.c b/src/util/json.c index 606683598..e35b88a8f 100644 --- a/src/util/json.c +++ b/src/util/json.c @@ -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 * |