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
This commit is contained in:
Akos Kiss
2017-04-24 02:00:21 +02:00
committed by yichoi
parent 6ca8319aea
commit 0ab099b787
+1
View File
@@ -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