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
This commit is contained in:
Peter Gal
2017-10-18 16:25:18 +02:00
committed by yichoi
parent 6d988afbf4
commit 4913a42086
+2
View File
@@ -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.