Skip to content

Fixed parsing curly brackets in JS function

Libor Tomsik requested to merge tomsikl/doxyqml:master into master

Fixed issue with curly brackets in JavaScript function. They shall be considered being simple characters and not affect syntactic parsing.

Merge request reports