ddox icon indicating copy to clipboard operation
ddox copied to clipboard

UDAs doesn't show in the documentation

Open simendsjo opened this issue 11 years ago • 2 comments

struct UDA {}
@UDA enum E {}

Es documentation doesn't show UDA anywhere.

simendsjo avatar Mar 12 '13 14:03 simendsjo

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.

s-ludwig avatar Mar 12 '13 14:03 s-ludwig

https://issues.dlang.org/show_bug.cgi?id=12995

s-ludwig avatar Apr 05 '15 11:04 s-ludwig