ddox
ddox copied to clipboard
UDAs doesn't show in the documentation
struct UDA {}
@UDA enum E {}
E
s documentation doesn't show UDA
anywhere.
That looks like a DMD JSON output issue. There is no sign of UDAs there. I would expect them in the "storageClass" field and also in the mangled name.
https://issues.dlang.org/show_bug.cgi?id=12995