diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-21 14:04:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-21 14:04:35 +0200 |
commit | 9ad3469f07cfd944c2012a44851cdabf46703e22 (patch) | |
tree | e9ebc59fd9a6d874cd2690612e02086ccfa90d34 /src | |
parent | f93a0592b29b66c6bbacbb38f42e8dfd5a3a6aee (diff) |
-doxygen fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index c39df21a4..80649c0bc 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -448,7 +448,6 @@ proceed_with_handler (struct TEH_RequestContext *rc, * Handle a "/seed" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */ @@ -640,7 +639,6 @@ handle_post_management (struct TEH_RequestContext *rc, * Handle a get "/management" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */ |