Merge pull request #95 from crondaemon/doc-fix

Fix issue in documentation.
master
Serge Zaitsev 8 years ago committed by GitHub
commit 0f574ea35b

@ -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