Skip to content

Allow handling spread '...' arguments in javascript functions

Zachary Capalbo requested to merge zcapalbo/doxyqml:arg-spread into master

Allows handling functions along the lines of function abcd(...args) {} and function abcde(a, b, c, ...others) {}

Merge request reports