Added missing documentation of JerryScript instances to the API reference. (#2482)

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2018-08-30 09:25:11 +02:00
committed by Akos Kiss
parent 7d41d38e3c
commit df1893042d
2 changed files with 128 additions and 1 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ typedef struct
} jerry_object_native_info_t;
/**
* A forward declaration of the JerryScript instance structure.
* An opaque declaration of the JerryScript instance structure.
*/
typedef struct jerry_instance_t jerry_instance_t;