diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:39:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:39:42 +0200 |
commit | 325ce2e1884e1e585d2ba3186317da952c53a4e5 (patch) | |
tree | 3c137b502ee9d839f4d1404938161eaa15c2dce3 /src/include/taler_mhd_lib.h | |
parent | a0300689d760ea068f954fcef19590f6ff97455b (diff) |
doxygen fixes
Diffstat (limited to 'src/include/taler_mhd_lib.h')
-rw-r--r-- | src/include/taler_mhd_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index 3b2833a4a..982dd6e5a 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -527,7 +527,7 @@ TALER_MHD_parse_request_arg_timestamp (struct MHD_Connection *connection, * @param connection the MHD connection * @param name name of the query parameter to parse * @param def default value to set if absent - * @param[out] res set to the yes/no/all value + * @param[out] ret set to the yes/no/all value */ #define TALER_MHD_parse_request_yna(connection,name,def,ret) \ do { \ |