doxygen fixes
This commit is contained in:
parent
646ec32adb
commit
108bf01f11
@ -289,12 +289,12 @@ static struct TALER_Amount total_missed_deposit_confirmations;
|
|||||||
static struct TALER_Amount reported_emergency_risk_by_count;
|
static struct TALER_Amount reported_emergency_risk_by_count;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Total amount reported in all calls to #report_emergency().
|
* Total amount reported in all calls to #report_emergency_by_amount().
|
||||||
*/
|
*/
|
||||||
static struct TALER_Amount reported_emergency_risk_by_amount;
|
static struct TALER_Amount reported_emergency_risk_by_amount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Total amount in losses reported in all calls to #report_emergency().
|
* Total amount in losses reported in all calls to #report_emergency_by_amount().
|
||||||
*/
|
*/
|
||||||
static struct TALER_Amount reported_emergency_loss;
|
static struct TALER_Amount reported_emergency_loss;
|
||||||
|
|
||||||
@ -1453,7 +1453,7 @@ handle_payback_by_reserve (void *cls,
|
|||||||
*
|
*
|
||||||
* @param receiver_account payto:// URI of the target account
|
* @param receiver_account payto:// URI of the target account
|
||||||
* @param atime when was the transfer made
|
* @param atime when was the transfer made
|
||||||
* @param fee[out] set to the closing fee
|
* @param[out] fee set to the closing fee
|
||||||
* @return #GNUNET_OK on success
|
* @return #GNUNET_OK on success
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file lib/backoff.h
|
* @file backoff.h
|
||||||
* @brief backoff computation for the exchange lib
|
* @brief backoff computation for the exchange lib
|
||||||
* @author Florian Dold
|
* @author Florian Dold
|
||||||
*/
|
*/
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<http://www.gnu.org/licenses/>
|
<http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file lib/taler_curl_lib.h
|
* @file taler_curl_lib.h
|
||||||
* @brief Helper routines shared by libtalerexchange and libtalerauditor
|
* @brief Helper routines shared by libtalerexchange and libtalerauditor
|
||||||
* @author Christian Grothoff
|
* @author Christian Grothoff
|
||||||
*/
|
*/
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<http://www.gnu.org/licenses/>
|
<http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file lib/curl_defaults.c
|
* @file lib/auditor_api_curl_defaults.c
|
||||||
* @brief curl easy handle defaults
|
* @brief curl easy handle defaults
|
||||||
* @author Florian Dold
|
* @author Florian Dold
|
||||||
*/
|
*/
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file lib/curl_defaults.h
|
* @file lib/auditor_api_curl_defaults.h
|
||||||
* @brief curl easy handle defaults
|
* @brief curl easy handle defaults
|
||||||
* @author Florian Dold
|
* @author Florian Dold
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user