-doxygen typos
This commit is contained in:
parent
19da4bd638
commit
4c5394fd4d
@ -91,7 +91,7 @@ kyc_attribute_cb (
|
|||||||
*
|
*
|
||||||
* @param[in,out] cls closure with a `json_t *` array to update
|
* @param[in,out] cls closure with a `json_t *` array to update
|
||||||
* @param new_threshold new monthly threshold that would trigger an AML check
|
* @param new_threshold new monthly threshold that would trigger an AML check
|
||||||
* @param new_status AML decision status
|
* @param new_state AML decision status
|
||||||
* @param decision_time when was the decision made
|
* @param decision_time when was the decision made
|
||||||
* @param justification human-readable text justifying the decision
|
* @param justification human-readable text justifying the decision
|
||||||
* @param decider_pub public key of the staff member
|
* @param decider_pub public key of the staff member
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
|
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file exchangedb/pg_update_aml_officer.h
|
* @file exchangedb/pg_test_aml_officer.h
|
||||||
* @brief implementation of the update_aml_officer function for Postgres
|
* @brief implementation of the test_aml_officer function for Postgres
|
||||||
* @author Christian Grothoff
|
* @author Christian Grothoff
|
||||||
*/
|
*/
|
||||||
#ifndef PG_UPDATE_AML_OFFICER_H
|
#ifndef PG_TEST_AML_OFFICER_H
|
||||||
#define PG_UPDATE_AML_OFFICER_H
|
#define PG_TEST_AML_OFFICER_H
|
||||||
|
|
||||||
#include "taler_util.h"
|
#include "taler_util.h"
|
||||||
#include "taler_json_lib.h"
|
#include "taler_json_lib.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user