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-lib/mint_api_json.h | |
parent | 01551b0d9d4fe23b66e5adf4cfa2485fe202c3c9 (diff) |
-doxygen fixes
Diffstat (limited to 'src/mint-lib/mint_api_json.h')
-rw-r--r-- | src/mint-lib/mint_api_json.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint-lib/mint_api_json.h b/src/mint-lib/mint_api_json.h index 69019251..46ccef3a 100644 --- a/src/mint-lib/mint_api_json.h +++ b/src/mint-lib/mint_api_json.h @@ -228,7 +228,7 @@ MAJ_parse_free (struct MAJ_Specification *spec); * Base32hex encoding). * * @param name name of the JSON field - * @param obj_ptr pointer where to write the data (a `void **`) + * @param obj pointer where to write the data (a `void **`) * @param size where to store the number of bytes allocated for @a obj (of type `size_t *` */ #define MAJ_spec_varsize(name,obj,size) { .cmd = MAJ_CMD_BINARY_VARIABLE, .field = name, .details.variable_data.dest_p = obj, .details.variable_data.dest_size_p = size } @@ -260,7 +260,7 @@ MAJ_spec_absolute_time (const char *name, * Specification for parsing an amount value. * * @param name name of the JSON field - * @param at where to store the absolute time found under @a name + * @param amount where to store the amount under @a name */ struct MAJ_Specification MAJ_spec_amount (const char *name, |