File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -322,11 +322,12 @@ jerry_debugger_get_variable_type (ecma_value_t value) /**< input ecma value */
322322 *
323323 * It will copies the given scope values type, length and value into the outgoing message string.
324324 *
325+ * @param variable_type type (jerry_debugger_scope_variable_type_t)
325326 * @return true - if the copy was successfully
326327 * false - otherwise
327328 */
328329static bool
329- jerry_debugger_copy_variables_to_string_message (uint8_t variable_type , /**< type (jerry_debugger_scope_variable_type_t) */
330+ jerry_debugger_copy_variables_to_string_message (uint8_t variable_type , /**< type */
330331 ecma_string_t * value_str , /**< property name or value string */
331332 jerry_debugger_send_string_t * message_string_p , /**< msg pointer */
332333 size_t * buffer_pos ) /**< string data position of the message */
You can’t perform that action at this time.
0 commit comments