From f40811c4ded512135cdf18494ade5e706f01cb6e Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 6 Oct 2016 10:29:35 +0200 Subject: [PATCH] Fix issue in documentation. --- jsmn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsmn.h b/jsmn.h index 01ca99c..5a5200e 100644 --- a/jsmn.h +++ b/jsmn.h @@ -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;