doxygen fixes
This commit is contained in:
parent
3cdee2eb6a
commit
006c55b3de
@ -135,7 +135,7 @@ TALER_json_to_data (json_t *json,
|
|||||||
/**
|
/**
|
||||||
* Convert JSON to RSA public key.
|
* Convert JSON to RSA public key.
|
||||||
*
|
*
|
||||||
* @param pk JSON encoding to convert
|
* @param json JSON encoding to convert
|
||||||
* @return corresponding public key
|
* @return corresponding public key
|
||||||
*/
|
*/
|
||||||
struct GNUNET_CRYPTO_rsa_PublicKey *
|
struct GNUNET_CRYPTO_rsa_PublicKey *
|
||||||
@ -145,7 +145,7 @@ TALER_json_to_rsa_public_key (json_t *json);
|
|||||||
/**
|
/**
|
||||||
* Convert JSON to RSA signature.
|
* Convert JSON to RSA signature.
|
||||||
*
|
*
|
||||||
* @param pk JSON encoding to convert
|
* @param json JSON encoding to convert
|
||||||
* @return corresponding signature
|
* @return corresponding signature
|
||||||
*/
|
*/
|
||||||
struct GNUNET_CRYPTO_rsa_Signature *
|
struct GNUNET_CRYPTO_rsa_Signature *
|
||||||
|
@ -160,7 +160,7 @@ TALER_json_from_rsa_public_key (struct GNUNET_CRYPTO_rsa_PublicKey *pk)
|
|||||||
/**
|
/**
|
||||||
* Convert JSON to RSA public key.
|
* Convert JSON to RSA public key.
|
||||||
*
|
*
|
||||||
* @param pk JSON encoding to convert
|
* @param json JSON encoding to convert
|
||||||
* @return corresponding public key
|
* @return corresponding public key
|
||||||
*/
|
*/
|
||||||
struct GNUNET_CRYPTO_rsa_PublicKey *
|
struct GNUNET_CRYPTO_rsa_PublicKey *
|
||||||
@ -195,7 +195,7 @@ TALER_json_to_rsa_public_key (json_t *json)
|
|||||||
/**
|
/**
|
||||||
* Convert JSON to RSA signature.
|
* Convert JSON to RSA signature.
|
||||||
*
|
*
|
||||||
* @param pk JSON encoding to convert
|
* @param json JSON encoding to convert
|
||||||
* @return corresponding signature
|
* @return corresponding signature
|
||||||
*/
|
*/
|
||||||
struct GNUNET_CRYPTO_rsa_Signature *
|
struct GNUNET_CRYPTO_rsa_Signature *
|
||||||
|
Loading…
Reference in New Issue
Block a user