summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-10-27 23:47:36 +0200
committerMattes D <github@xoft.cz>2016-10-27 23:47:36 +0200
commit9eff6f390d37e4ea1d532c2021a00a3be4a379f3 (patch)
treee103c5779ed0c97669d0b89d753ba57c94583cd3 /Server/Plugins/APIDump
parentMerge pull request #3415 from cuberite/FailCIOnApiProblem (diff)
downloadcuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.gz
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.bz2
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.lz
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.xz
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.zst
cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.zip
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 4d8499687..79cb2c8e3 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -9476,7 +9476,7 @@ end
Type = "string",
},
},
- Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details.",
+ Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details. <br/>Returns nil and error message if the table cannot be serialized (eg. contains both an array part and a dictionary part).",
},
},
AdditionalInfo =