dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

noreturn alias shows wrong type #249

Open ntrel opened 10 months ago

ntrel commented 10 months ago

ddox:

alias noreturn = Nn;

https://dlang.org/library-prerelease/object/noreturn.html

The source code is:

alias noreturn = typeof(*null);

ddoc shows:

alias noreturn = noreturn;