jsmn(.h): fix warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]

Change-Id: Ia03fc0d1d0d4af430055f2ae3c66416922b62fd1
Reviewed-on: https://code.wireshark.org/review/18009
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-10-01 19:12:14 +02:00 committed by Dario Lombardo
parent 5a12a5e3e8
commit 5c55c42eaf
1 changed files with 3 additions and 3 deletions

View 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;