dlang / ddox

Advanced D documentation engine
MIT License
62 stars 20 forks source link

noreturn alias shows wrong type #249

Open ntrel opened 7 months ago

ntrel commented 7 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;