dox
dox copied to clipboard
Fuse properties with different access type?
For instance var i(default, null):Int and var i(get, null):Int.
They aren't the same of course, but visually they are:
- http://api.haxe.org/v/dev/sys/net/Socket.html#custom
- http://api.haxe.org/v/dev/sys/net/Host.html#ip
- http://api.haxe.org/v/dev/Math.html#NEGATIVE_INFINITY
So should they be fused when merging the xmls?