diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:30:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:30:02 +0100 |
commit | b7a2852a1b5f0141c757b3dc955ac628cfea4c71 (patch) | |
tree | ce5baccc908c7958ee81380a448e2fdd0f5aa648 /src/include | |
parent | 708b463580dd8ca29cda085e11e8731bd83f8130 (diff) |
more doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mint_service.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h index cc1bbd4cc..4c71c002a 100644 --- a/src/include/taler_mint_service.h +++ b/src/include/taler_mint_service.h @@ -25,17 +25,17 @@ #include <jansson.h> /** - * Handle to this library context + * @brief Handle to this library context */ struct TALER_MINT_Context; /** - * Handle to the mint + * @brief Handle to the mint */ struct TALER_MINT_Handle; /** - * Mint's signature key + * @brief Mint's signature key */ struct TALER_MINT_SigningPublicKey { @@ -57,7 +57,7 @@ struct TALER_MINT_SigningPublicKey /** - * Mint's denomination key + * @brief Mint's denomination key */ struct TALER_MINT_DenomPublicKey { @@ -152,12 +152,12 @@ TALER_MINT_disconnect (struct TALER_MINT_Handle *mint); /** - * A handle to get the keys of a mint + * @brief A handle to get the keys of a mint */ struct TALER_MINT_KeysGetHandle; /** - * Functions of this type are called to signal completion of an asynchronous call. + * @brief Functions of this type are called to signal completion of an asynchronous call. * * @param cls closure * @param emsg if the asynchronous call could not be completed due to an error, @@ -168,7 +168,7 @@ typedef void const char *emsg); /** - * Functions of this type are called to provide the retrieved signing and + * @brief Functions of this type are called to provide the retrieved signing and * denomination keys of the mint. No TALER_MINT_*() functions should be called * in this callback. * @@ -215,7 +215,7 @@ TALER_MINT_keys_get_cancel (struct TALER_MINT_KeysGetHandle *get); /** - * A Deposit Handle + * @brief A Deposit Handle */ struct TALER_MINT_DepositHandle; |