summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:36:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:36:49 +0100
commitc87722791debda4961f514d34b32b3f2775eaac9 (patch)
treec04496dbd827220b37fd25b2ff970d62085beae2 /src/include
parent5583b7a0595fe5c91943419ea46260fe7f7b9e9c (diff)
downloadexchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.gz
exchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.bz2
exchange-c87722791debda4961f514d34b32b3f2775eaac9.zip
doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_fakebank_lib.h9
-rw-r--r--src/include/taler_mhd_lib.h2
-rw-r--r--src/include/taler_testing_lib.h3
3 files changed, 7 insertions, 7 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h
index 017ffd454..1fe83c480 100644
--- a/src/include/taler_fakebank_lib.h
+++ b/src/include/taler_fakebank_lib.h
@@ -34,10 +34,11 @@ struct TALER_FAKEBANK_Handle;
/**
- * Start the fake bank. The fake bank will, like the normal bank,
- * listen for requests for /admin/add/incoming. However, instead of
- * executing or storing those requests, it will simply allow querying
- * whether such a request has been made via #TALER_FAKEBANK_check().
+ * Start the fake bank. The fake bank will, like the normal bank, listen for
+ * requests for /admin/add/incoming and /transfer. However, instead of
+ * executing or storing those requests, it will simply allow querying whether
+ * such a request has been made via #TALER_FAKEBANK_check_debit() and
+ * #TALER_FAKEBANK_check_credit() as well as the history API.
*
* This is useful for writing testcases to check whether the exchange
* would have issued the correct wire transfer orders.
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index fdf60d561..b57239f44 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -225,7 +225,7 @@ TALER_MHD_reply_static (struct MHD_Connection *connection,
* (incrementally) process JSON data uploaded to the HTTP
* server. It will store the required state in the
* "connection_cls", which must be cleaned up using
- * #TALER_MHD_post_cleanup_callback().
+ * #TALER_MHD_parse_post_cleanup_callback().
*
* @param connection the MHD connection
* @param con_cls the closure (points to a `struct Buffer *`)
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 6af1b6b90..dccb1c2b2 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -389,8 +389,7 @@ struct TALER_TESTING_Interpreter
/**
* Handle to the auditor. NULL unless specifically initialized
- * as part of libtalertestingauditor's
- * #TALER_TESTING_AUDITOR_main_wrapper().
+ * as part of #TALER_TESTING_auditor_setup().
*/
struct TALER_AUDITOR_Handle *auditor;