Add missing doxygen group endings

JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
This commit is contained in:
István Kádár
2016-02-09 10:19:27 +01:00
committed by László Langó
parent e9a72ae1e9
commit 433f0705f7
4 changed files with 15 additions and 1 deletions
@@ -303,3 +303,8 @@ ecma_builtin_helper_json_create_hex_digit_ecma_string (uint8_t value) /**< value
return hex_str_p;
} /* ecma_builtin_helper_json_create_hex_digit_ecma_string */
/**
* @}
* @}
*/
@@ -716,7 +716,6 @@ ecma_builtin_helper_def_prop (ecma_object_t *obj_p, /**< object */
} /* ecma_builtin_helper_def_prop */
/**
* @}
* @}
* @}
*/
@@ -71,3 +71,8 @@ ecma_op_create_boolean_object (ecma_value_t arg) /**< argument passed to the Boo
return ecma_make_normal_completion_value (ecma_make_object_value (obj_p));
} /* ecma_op_create_boolean_object */
/**
* @}
* @}
*/
@@ -70,3 +70,8 @@ ecma_op_create_number_object (ecma_value_t arg) /**< argument passed to the Numb
return ecma_make_normal_completion_value (ecma_make_object_value (obj_p));
} /* ecma_op_create_number_object */
/**
* @}
* @}
*/