summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_parsing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
commit1e30d60a25da52550c10f9c6606024f028f943d2 (patch)
tree5fb2a8131a5dea1121ea203ab5dca536da9d83fc /src/exchange/taler-exchange-httpd_parsing.c
parentc7c7ac60cf8b6dae5b9b8c0872dbe3d83020549d (diff)
downloadexchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.gz
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.bz2
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.zip
fixing misc doxygen issues
Diffstat (limited to 'src/exchange/taler-exchange-httpd_parsing.c')
-rw-r--r--src/exchange/taler-exchange-httpd_parsing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_parsing.c b/src/exchange/taler-exchange-httpd_parsing.c
index e9c38eb8..4d7b5ab6 100644
--- a/src/exchange/taler-exchange-httpd_parsing.c
+++ b/src/exchange/taler-exchange-httpd_parsing.c
@@ -174,7 +174,7 @@ TEH_PARSE_mhd_request_arg_data (struct MHD_Connection *connection,
* @return
* #GNUNET_YES if navigation was successful (caller is responsible
* for freeing allocated variable-size data using
- * #GNUNET_JSON_parse_free() when done)
+ * GNUNET_JSON_parse_free() when done)
* #GNUNET_NO if json is malformed, error response was generated
* #GNUNET_SYSERR on internal error
*/
@@ -221,7 +221,7 @@ TEH_PARSE_json_data (struct MHD_Connection *connection,
* @return
* #GNUNET_YES if navigation was successful (caller is responsible
* for freeing allocated variable-size data using
- * #GNUNET_JSON_parse_free() when done)
+ * GNUNET_JSON_parse_free() when done)
* #GNUNET_NO if json is malformed, error response was generated
* #GNUNET_SYSERR on internal error
*/