summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-01 19:12:14 +0200
committerDario Lombardo <lomato@gmail.com>2016-10-06 14:20:16 +0000
commit5c55c42eafc899ae870c4e6bebc4a27a266a2b15 (patch)
treeb71a64672c105e85a261d3a33dae420f5d3df8f2 /wsutil
parent5a12a5e3e83f6a04ecd04bcdb9ac28dd853864dd (diff)
downloadwireshark-5c55c42eafc899ae870c4e6bebc4a27a266a2b15.tar.gz
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>
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;