diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:35:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:35:47 +0200 |
commit | a104914e4d209d9c2d94a8f4e943dd29e739158a (patch) | |
tree | 14b8bd9e3dba7db7a96241ca98a24f908a3f277b /src/mint | |
parent | 01551b0d9d4fe23b66e5adf4cfa2485fe202c3c9 (diff) |
-doxygen fixes
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd_parsing.c | 2 | ||||
-rw-r--r-- | src/mint/taler-mint-httpd_parsing.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_parsing.c b/src/mint/taler-mint-httpd_parsing.c index 413d39bc6..43667caa5 100644 --- a/src/mint/taler-mint-httpd_parsing.c +++ b/src/mint/taler-mint-httpd_parsing.c @@ -1051,7 +1051,7 @@ TMH_PARSE_amount_json (struct MHD_Connection *connection, * Generate line in parser specification for JSON object value. * * @param field name of the field - * @param ptraddr address of pointer to JSON to initialize + * @param jsonp address of pointer to JSON to initialize * @return corresponding field spec */ struct TMH_PARSE_FieldSpecification diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h index 7dcbca68d..ea4eddb22 100644 --- a/src/mint/taler-mint-httpd_parsing.h +++ b/src/mint/taler-mint-httpd_parsing.h @@ -265,7 +265,7 @@ TMH_PARSE_release_data (struct TMH_PARSE_FieldSpecification *spec); * Generate line in parser specification for JSON object value. * * @param field name of the field - * @param ptraddr address of pointer to JSON to initialize + * @param jsonp address of pointer to JSON to initialize * @return corresponding field spec */ struct TMH_PARSE_FieldSpecification |