From 4913a42086db68ec7ae341998741554eda07f60e Mon Sep 17 00:00:00 2001 From: Peter Gal Date: Wed, 18 Oct 2017 16:25:18 +0200 Subject: [PATCH] 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 --- docs/02.API-REFERENCE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md index ae5f97b0e..47089a6ac 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.