summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/jsmn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsutil/jsmn.h b/wsutil/jsmn.h
index 6f3224749b..fc579f5d8d 100644
--- a/wsutil/jsmn.h
+++ b/wsutil/jsmn.h
@@ -55,9 +55,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;