aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Zaitsev <zaitsev.serge@gmail.com>2016-10-06 17:38:02 +0800
committerGitHub <noreply@github.com>2016-10-06 17:38:02 +0800
commit0f574ea35becadb10f302795a5ffbc0b8bda8934 (patch)
tree10eda200bc1c9ca87153c40775b94da9a02b0184
parent6021415cc75e7922d45b12935f56348b064d8a7f (diff)
parentf40811c4ded512135cdf18494ade5e706f01cb6e (diff)
Merge pull request #95 from crondaemon/doc-fix
Fix issue in documentation.
-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;