doxygen
This commit is contained in:
parent
c6f88ebd61
commit
2da8705c96
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user