aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-29 18:39:42 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 18:39:42 +0200
commit325ce2e1884e1e585d2ba3186317da952c53a4e5 (patch)
tree3c137b502ee9d839f4d1404938161eaa15c2dce3 /src/lib
parenta0300689d760ea068f954fcef19590f6ff97455b (diff)
downloadexchange-325ce2e1884e1e585d2ba3186317da952c53a4e5.tar.xz
doxygen fixes
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_get_aml_measures.c4
-rw-r--r--src/lib/exchange_api_lookup_aml_decisions.c2
-rw-r--r--src/lib/exchange_api_lookup_kyc_attributes.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/exchange_api_get_aml_measures.c b/src/lib/exchange_api_get_aml_measures.c
index cff51eea5..a3c9f48a4 100644
--- a/src/lib/exchange_api_get_aml_measures.c
+++ b/src/lib/exchange_api_get_aml_measures.c
@@ -213,8 +213,8 @@ j_to_a (const json_t *j,
* Parse AML programs.
*
* @param[in,out] lh context for allocations
- * @param jroots JSON object with program data
- * @param[out] roots where to write the result
+ * @param jprogs JSON object with program data
+ * @param[out] progs where to write the result
* @return #GNUNET_OK on success
*/
static enum GNUNET_GenericReturnValue
diff --git a/src/lib/exchange_api_lookup_aml_decisions.c b/src/lib/exchange_api_lookup_aml_decisions.c
index 26321d392..e531f98c8 100644
--- a/src/lib/exchange_api_lookup_aml_decisions.c
+++ b/src/lib/exchange_api_lookup_aml_decisions.c
@@ -83,7 +83,7 @@ struct TALER_EXCHANGE_LookupAmlDecisions
*
* @param[in,out] lh handle to use for allocations
* @param jlimits JSON array with AML rules
- * @param[out] decision_ar where to write the result
+ * @param[out] ds where to write the result
* @return #GNUNET_OK on success
*/
static enum GNUNET_GenericReturnValue
diff --git a/src/lib/exchange_api_lookup_kyc_attributes.c b/src/lib/exchange_api_lookup_kyc_attributes.c
index b060774d4..dd19aefa6 100644
--- a/src/lib/exchange_api_lookup_kyc_attributes.c
+++ b/src/lib/exchange_api_lookup_kyc_attributes.c
@@ -68,8 +68,8 @@ struct TALER_EXCHANGE_LookupKycAttributes
* Parse AML decision summary array.
*
* @param[in,out] lh handle to use for allocations
- * @param attributes JSON array with AML decision summaries
- * @param[out] decision_ar where to write the result
+ * @param jdetails JSON array with AML decision summaries
+ * @param[out] detail_ar where to write the result
* @return #GNUNET_OK on success
*/
static enum GNUNET_GenericReturnValue