Thread overview | |||||
---|---|---|---|---|---|
|
January 12, 2011 ddoc missing alias definition | ||||
---|---|---|---|---|
| ||||
Take a look at: http://www.digitalmars.com/d/2.0/phobos/std_date.html On the first few lines there's: alias d_time; Where's the type that d_time aliases to? I've tried using the default style.ddoc from http://www.digitalmars.com/d/2.0/ddoc.html, but I still can't print out the name of the aliased type. The same thing happens with typedefs. Is this a bug? |
January 12, 2011 Re: ddoc missing alias definition | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | On Tuesday, January 11, 2011 16:45:16 Andrej Mitrovic wrote:
> Take a look at: http://www.digitalmars.com/d/2.0/phobos/std_date.html
>
> On the first few lines there's:
> alias d_time;
>
> Where's the type that d_time aliases to? I've tried using the default style.ddoc from http://www.digitalmars.com/d/2.0/ddoc.html, but I still can't print out the name of the aliased type. The same thing happens with typedefs.
>
> Is this a bug?
Well, if it's not, it's begging for an enhancement request. I'd suggest filing it as a bug. It may get changed to an enhancment request, but I really do think that it should say what is being aliased, not just what the new name is, which is obviously what you were expecting as well.
- Jonathan M Davis
|
January 12, 2011 Re: ddoc missing alias definition | ||||
---|---|---|---|---|
| ||||
Okay done: http://d.puremagic.com/issues/show_bug.cgi?id=5446 |
Copyright © 1999-2021 by the D Language Foundation