epan: use json_dumper for json outputs.
[metze/wireshark/wip.git] / wsutil / jsmn.h
index 6f3224749b03fa7c7df90e5e31f66108699ecdab..fc579f5d8d03d75008ea9d3ae787428664aaa348 100644 (file)
@@ -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;