diff options
Diffstat (limited to 'src/util/json.c')
-rw-r--r-- | src/util/json.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/json.c b/src/util/json.c index fecf0c5af..252def394 100644 --- a/src/util/json.c +++ b/src/util/json.c | |||
@@ -146,7 +146,7 @@ TALER_JSON_from_data (const void *data, size_t size) | |||
146 | * | 146 | * |
147 | * @param json the json object representing Amount | 147 | * @param json the json object representing Amount |
148 | * @param r_amount where the amount has to be written | 148 | * @param r_amount where the amount has to be written |
149 | * @return GNUNET_OK upon successful parsing; GNUNET_SYSERR upon error | 149 | * @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error |
150 | */ | 150 | */ |
151 | int | 151 | int |
152 | TALER_JSON_to_amount (json_t *json, | 152 | TALER_JSON_to_amount (json_t *json, |
@@ -177,7 +177,7 @@ TALER_JSON_to_amount (json_t *json, | |||
177 | * | 177 | * |
178 | * @param json the json object representing Amount | 178 | * @param json the json object representing Amount |
179 | * @param r_amount where the amount has to be written | 179 | * @param r_amount where the amount has to be written |
180 | * @return GNUNET_OK upon successful parsing; GNUNET_SYSERR upon error | 180 | * @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error |
181 | */ | 181 | */ |
182 | int | 182 | int |
183 | TALER_JSON_to_abs (json_t *json, | 183 | TALER_JSON_to_abs (json_t *json, |
@@ -201,8 +201,8 @@ TALER_JSON_to_abs (json_t *json, | |||
201 | * | 201 | * |
202 | * @param json the json object representing data | 202 | * @param json the json object representing data |
203 | * @param out the pointer to hold the parsed data. | 203 | * @param out the pointer to hold the parsed data. |
204 | * @param out_size the size of r_data. | 204 | * @param out_size the size of @a out |
205 | * @return GNUNET_OK upon successful parsing; GNUNET_SYSERR upon error | 205 | * @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error |
206 | */ | 206 | */ |
207 | int | 207 | int |
208 | TALER_JSON_to_data (json_t *json, | 208 | TALER_JSON_to_data (json_t *json, |