summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-10-28 19:43:22 +0200
committerGitHub <noreply@github.com>2016-10-28 19:43:22 +0200
commit733401ec5fe5acd0518df58daabb8702c5342ebf (patch)
treee103c5779ed0c97669d0b89d753ba57c94583cd3 /Server/Plugins/APIDump/APIDesc.lua
parentMerge pull request #3415 from cuberite/FailCIOnApiProblem (diff)
parentLuaJson: Report serialization errors instead of crashing. (diff)
downloadcuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar.gz
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar.bz2
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar.lz
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar.xz
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.tar.zst
cuberite-733401ec5fe5acd0518df58daabb8702c5342ebf.zip
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-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 =