diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 10:33:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 10:33:23 +0100 |
commit | 819b67426c95b68af800dae4b1dc700cfed822bd (patch) | |
tree | a49361086f56d122b3e40430c6278bc659f489db /src/exchange/taler-exchange-httpd_wire.c | |
parent | 2cdbf58006f06ef7473d1332967cac8ebe33f47a (diff) |
-doxygen fixes
Diffstat (limited to 'src/exchange/taler-exchange-httpd_wire.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_wire.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_wire.c b/src/exchange/taler-exchange-httpd_wire.c index d378bdab..e80c775e 100644 --- a/src/exchange/taler-exchange-httpd_wire.c +++ b/src/exchange/taler-exchange-httpd_wire.c @@ -107,7 +107,7 @@ wire_update_event_cb (void *cls, } -int +enum GNUNET_GenericReturnValue TEH_wire_init () { struct GNUNET_DB_EventHeaderP es = { @@ -147,8 +147,7 @@ TEH_wire_done () /** - * Create standard JSON response format using - * @param ec and @a detail + * Create standard JSON response format using @a ec and @a detail. * * @param ec error code to return * @param detail optional detail text to return, can be NULL |