dox icon indicating copy to clipboard operation
dox copied to clipboard

Fuse properties with different access type?

Open ibilon opened this issue 9 years ago • 0 comments

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?

ibilon avatar Jun 23 '16 11:06 ibilon