dox
dox copied to clipboard
macros.mtt regression regarding optional arguments
Some targets don't deal well with optional arguments on dynamic calls, which means that https://github.com/HaxeFoundation/dox/commit/2230b4bed9fe37dd891693fe939b770c4c477842 caused a regression on those. This affects at least Java.
However, some other targets don't deal with explicitly specified arguments apparently, otherwise I wouldn't have needed to make that commit. ._.