From 0ab099b787fef7521374fddb4e4926260589ec8d Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Mon, 24 Apr 2017 02:00:21 +0200 Subject: [PATCH] Add JERRY_FEATURE_DEBUGGER to API docs (#1768) In #1738, `JERRY_FEATURE_DEBUGGER` was added to the sources, but the docs were not updated. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- docs/02.API-REFERENCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md index 680823906..1722d4b96 100644 --- a/docs/02.API-REFERENCE.md +++ b/docs/02.API-REFERENCE.md @@ -35,6 +35,7 @@ Possible compile time enabled feature types: - JERRY_FEATURE_REGEXP_DUMP - regexp byte-code dumps - JERRY_FEATURE_SNAPSHOT_SAVE - saving snapshot files - JERRY_FEATURE_SNAPSHOT_EXEC - executing snapshot files + - JERRY_FEATURE_DEBUGGER - debugging ## jerry_char_t