aboutsummaryrefslogtreecommitdiff
path: root/jsmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'jsmn.h')
-rw-r--r--jsmn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsmn.h b/jsmn.h
index 01ca99c8e..5a5200ee2 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;