Fix issue in documentation.

master
Dario Lombardo 8 years ago
parent 6021415cc7
commit f40811c4de

@ -33,9 +33,9 @@ enum jsmnerr {
/** /**
* JSON token description. * JSON token description.
* @param type type (object, array, string etc.) * type type (object, array, string etc.)
* @param start start position in JSON data string * start start position in JSON data string
* @param end end position in JSON data string * end end position in JSON data string
*/ */
typedef struct { typedef struct {
jsmntype_t type; jsmntype_t type;

Loading…
Cancel
Save