doxy fix
This commit is contained in:
parent
005272da43
commit
e57dcc4b52
@ -5,7 +5,7 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "GNU Taler: Exchange"
|
PROJECT_NAME = "GNU Taler: Exchange"
|
||||||
PROJECT_NUMBER = 0.3
|
PROJECT_NUMBER = 0.6
|
||||||
OUTPUT_DIRECTORY = doxygen-doc/
|
OUTPUT_DIRECTORY = doxygen-doc/
|
||||||
CREATE_SUBDIRS = YES
|
CREATE_SUBDIRS = YES
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
@ -867,7 +867,7 @@ TALER_TESTING_cmd_bank_debits (const char *label,
|
|||||||
*
|
*
|
||||||
* @param label command label.
|
* @param label command label.
|
||||||
* @param amount amount to transfer.
|
* @param amount amount to transfer.
|
||||||
* @param account_base_url base URL of the account that implements this
|
* @param bank_base_url base URL of the account that implements this
|
||||||
* wire transer (which account gives money).
|
* wire transer (which account gives money).
|
||||||
* @param auth authentication data to use
|
* @param auth authentication data to use
|
||||||
* @param payto_credit_account which account receives money.
|
* @param payto_credit_account which account receives money.
|
||||||
@ -878,7 +878,7 @@ TALER_TESTING_cmd_bank_debits (const char *label,
|
|||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
TALER_TESTING_cmd_transfer (const char *label,
|
TALER_TESTING_cmd_transfer (const char *label,
|
||||||
const char *amount,
|
const char *amount,
|
||||||
const char *account_base_url,
|
const char *bank_base_url,
|
||||||
const struct TALER_BANK_AuthenticationData *auth,
|
const struct TALER_BANK_AuthenticationData *auth,
|
||||||
const char *payto_debit_account,
|
const char *payto_debit_account,
|
||||||
const char *payto_credit_account,
|
const char *payto_credit_account,
|
||||||
|
Loading…
Reference in New Issue
Block a user