-doxygen fixes
This commit is contained in:
parent
35bf856fcb
commit
d6838ed841
@ -1 +1 @@
|
|||||||
Subproject commit 5f377301db4d94c485422ecda277fe850e29504a
|
Subproject commit 3e5591a7e3fd93ba46fc2b538c63f0c16336283d
|
File diff suppressed because it is too large
Load Diff
@ -514,7 +514,7 @@ typedef void
|
|||||||
* Iterates over all of the top-level commands of an
|
* Iterates over all of the top-level commands of an
|
||||||
* interpreter.
|
* interpreter.
|
||||||
*
|
*
|
||||||
* @param[in] interpreter to iterate over
|
* @param[in] is interpreter to iterate over
|
||||||
* @param asc true in execution order, false for reverse execution order
|
* @param asc true in execution order, false for reverse execution order
|
||||||
* @param cb function to call on each command
|
* @param cb function to call on each command
|
||||||
* @param cb_cls closure for cb
|
* @param cb_cls closure for cb
|
||||||
|
@ -287,14 +287,6 @@ exchanges_traits (void *cls,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a "list exchanges" command.
|
|
||||||
*
|
|
||||||
* @param label command label.
|
|
||||||
* @param auditor auditor connection.
|
|
||||||
* @param expected_response_code expected HTTP response code.
|
|
||||||
* @return the command.
|
|
||||||
*/
|
|
||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
TALER_TESTING_cmd_exchanges (const char *label,
|
TALER_TESTING_cmd_exchanges (const char *label,
|
||||||
unsigned int expected_response_code)
|
unsigned int expected_response_code)
|
||||||
@ -318,16 +310,6 @@ TALER_TESTING_cmd_exchanges (const char *label,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a "list exchanges" command and check whether
|
|
||||||
* a particular exchange belongs to the returned bundle.
|
|
||||||
*
|
|
||||||
* @param label command label.
|
|
||||||
* @param expected_response_code expected HTTP response code.
|
|
||||||
* @param exchange_url URL of the exchange supposed to
|
|
||||||
* be included in the response.
|
|
||||||
* @return the command.
|
|
||||||
*/
|
|
||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
TALER_TESTING_cmd_exchanges_with_url (const char *label,
|
TALER_TESTING_cmd_exchanges_with_url (const char *label,
|
||||||
unsigned int expected_response_code,
|
unsigned int expected_response_code,
|
||||||
|
@ -288,8 +288,7 @@ command_cb (void *cls,
|
|||||||
* to be allocated, and the second to actually populate every
|
* to be allocated, and the second to actually populate every
|
||||||
* element.
|
* element.
|
||||||
*
|
*
|
||||||
* @param is interpreter state (supposedly having the
|
* @param hs history state
|
||||||
* current CMD pointing at a "history" CMD).
|
|
||||||
* @param[out] rh history array to initialize.
|
* @param[out] rh history array to initialize.
|
||||||
* @return number of entries in @a rh.
|
* @return number of entries in @a rh.
|
||||||
*/
|
*/
|
||||||
|
@ -385,7 +385,7 @@ do_timeout (void *cls)
|
|||||||
*
|
*
|
||||||
* @param cls the `struct TALER_TESTING_Interpreter *`
|
* @param cls the `struct TALER_TESTING_Interpreter *`
|
||||||
* @param type type of the process
|
* @param type type of the process
|
||||||
* @param exit_code status code of the process
|
* @param code status code of the process
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
maint_child_death (void *cls,
|
maint_child_death (void *cls,
|
||||||
|
Loading…
Reference in New Issue
Block a user