projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* Bug #16408 fixed - toJSON(var, filename, indent) crashed Scilab.
[scilab.git]
/
scilab
/
modules
/
webtools
/
help
/
en_US
/
toJSON.xml
diff --git
a/scilab/modules/webtools/help/en_US/toJSON.xml
b/scilab/modules/webtools/help/en_US/toJSON.xml
index
1e85cfd
..
e483429
100644
(file)
--- a/
scilab/modules/webtools/help/en_US/toJSON.xml
+++ b/
scilab/modules/webtools/help/en_US/toJSON.xml
@@
-26,8
+26,9
@@
<title>Syntax</title>
<synopsis>
result = toJSON(var)
+ result = toJSON(var, indent)
result = toJSON(var, filename)
- result = toJSON(var, filename, indent)
+ result = toJSON(var, indent, filename)
</synopsis>
</refsynopsisdiv>
<refsection>