exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2da8705c9653729f6e46f7586c049db8cb280a4c
parent c6f88ebd61ba69cddf71b1b70a1952c61f1112b4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  9 Aug 2015 15:46:29 +0200

doxygen

Diffstat:
Msrc/include/taler_mint_service.h | 7+++----
Msrc/mint-lib/mint_api_context.h | 2+-
Msrc/mint-lib/mint_api_json.h | 2+-
Msrc/mint/taler-mint-httpd_responses.h | 2+-
4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h @@ -188,7 +188,7 @@ struct TALER_MINT_DenomPublicKey /** - * Information we get from the mint about auditors. + * @brief Information we get from the mint about auditors. */ struct TALER_MINT_AuditorInformation { @@ -222,9 +222,8 @@ struct TALER_MINT_AuditorInformation }; - /** - * Information about keys from the mint. + * @brief Information about keys from the mint. */ struct TALER_MINT_Keys { @@ -466,7 +465,7 @@ enum TALER_MINT_ReserveTransactionType { /** - * Entry in the reserve's transaction history. + * @brief Entry in the reserve's transaction history. */ struct TALER_MINT_ReserveHistory { diff --git a/src/mint-lib/mint_api_context.h b/src/mint-lib/mint_api_context.h @@ -90,7 +90,7 @@ MAC_job_cancel (struct MAC_Job *job); /** - * Buffer data structure we use to buffer the HTTP download + * @brief Buffer data structure we use to buffer the HTTP download * before giving it to the JSON parser. */ struct MAC_DownloadBuffer diff --git a/src/mint-lib/mint_api_json.h b/src/mint-lib/mint_api_json.h @@ -97,7 +97,7 @@ enum MAJ_Command /** - * Entry in parser specification for #MAJ_parse_json. + * @brief Entry in parser specification for #MAJ_parse_json. */ struct MAJ_Specification { diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h @@ -350,7 +350,7 @@ TMH_RESPONSE_reply_refresh_reveal_missmatch (struct MHD_Connection *connection, /** - * Information for each session a coin was melted into. + * @brief Information for each session a coin was melted into. */ struct TMH_RESPONSE_LinkSessionInfo {