This commit is contained in:
Christian Grothoff 2015-08-09 15:46:29 +02:00
parent c6f88ebd61
commit 2da8705c96
4 changed files with 6 additions and 7 deletions

View File

@ -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
{

View File

@ -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

View File

@ -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
{

View File

@ -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
{