diff options
author | Dario Lombardo <lomato@gmail.com> | 2016-10-06 10:29:35 +0200 |
---|---|---|
committer | Dario Lombardo <lomato@gmail.com> | 2016-10-06 10:30:20 +0200 |
commit | f40811c4ded512135cdf18494ade5e706f01cb6e (patch) | |
tree | 10eda200bc1c9ca87153c40775b94da9a02b0184 /jsmn.h | |
parent | 6021415cc75e7922d45b12935f56348b064d8a7f (diff) |
Fix issue in documentation.
Diffstat (limited to 'jsmn.h')
-rw-r--r-- | jsmn.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,9 +33,9 @@ enum jsmnerr { /** * JSON token description. - * @param type type (object, array, string etc.) - * @param start start position in JSON data string - * @param end end position in JSON data string + * type type (object, array, string etc.) + * start start position in JSON data string + * end end position in JSON data string */ typedef struct { jsmntype_t type; |