aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Gal <pgal.u-szeged@partner.samsung.com>2017-10-18 16:25:18 +0200
committeryichoi <duddlf.choi@samsung.com>2017-10-19 16:26:59 +0900
commit4913a42086db68ec7ae341998741554eda07f60e (patch)
tree05c4dc9f3d3466753a4f848ea23b071ce88d0498 /docs
parent6d988afbf4f7a5d41aa7c2023a08db273f90341f (diff)
Fix API docs
The #2043 introduced a bit of error in the API docs as there was missing backticks. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
Diffstat (limited to 'docs')
-rw-r--r--docs/02.API-REFERENCE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md
index ae5f97b0..47089a6a 100644
--- a/docs/02.API-REFERENCE.md
+++ b/docs/02.API-REFERENCE.md
@@ -4191,6 +4191,8 @@ jerry_parse_and_save_function_snapshot (const jerry_char_t *source_p,
bool is_strict,
uint32_t *buffer_p,
size_t buffer_size)
+```
+
- `source_p` - script source, it must be a valid utf8 string.
- `source_size` - script source size, in bytes.
- `args_p` - function arguments, it must be a valid utf8 string.