diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-29 17:13:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-29 17:13:43 +0100 |
commit | 72764dc5f11db277268b24a30fcc7664695493e7 (patch) | |
tree | af3e2e33c8774383ac91aaa99f8cc656180a4a20 /src/exchange/taler-exchange-httpd_refreshes_reveal.h | |
parent | cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (diff) | |
download | exchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.gz exchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.bz2 exchange-72764dc5f11db277268b24a30fcc7664695493e7.zip |
doxygen fixes
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.h b/src/exchange/taler-exchange-httpd_refreshes_reveal.h index afc9adce..04b46b1f 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.h +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.h @@ -14,8 +14,8 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-exchange-httpd_refresh_reveal.h - * @brief Handle /refresh/reveal requests + * @file taler-exchange-httpd_refreshes_reveal.h + * @brief Handle /refreshes/$RCH/reveal requests * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff @@ -38,7 +38,7 @@ * refreshed coins. * * @param rh context of the handler - * @param coin_pub public key of the coin + * @param connection MHD request handle * @param root uploaded JSON data * @param args array of additional options (length: 2, session hash and the string "reveal") * @return MHD result code |