D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 5446 - (D1 only) Ddoc doesn't output aliased and typedef'ed names
Summary: (D1 only) Ddoc doesn't output aliased and typedef'ed names
Status: RESOLVED WONTFIX
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: ddoc, pull
Depends on:
Blocks:
 
Reported: 2011-01-11 17:05 UTC by Andrej Mitrovic
Modified: 2013-11-24 19:58 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrej Mitrovic 2011-01-11 17:05:34 UTC
Notice here: http://www.digitalmars.com/d/2.0/phobos/std_date.html

The first alias is:
alias d_time; 

It doesn't state what d_time is aliased to. The same thing happens with typedef. If this is not a bug, then this is an enhancement request for ddoc.
Comment 1 github-bugzilla 2012-10-27 11:06:05 UTC
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/20a6b6dc8a1837532d32885ae674531ba9bfb576
Fixes Issue 5446 - Export aliased symbol names when generating ddoc.

Add missing else clause.

Rebase and fix html.

https://github.com/D-Programming-Language/dmd/commit/1e3b6d9f0645a666ddd96809b0701397d567174e
Merge pull request #1209 from AndrejMitrovic/Fix5446

Fix Issue 5446 - Ddoc doesn't output aliased names
Comment 2 yebblies 2012-10-27 11:07:12 UTC
Fixed D2

https://github.com/D-Programming-Language/dmd/pull/1209
Comment 3 Andrej Mitrovic 2012-10-27 11:08:11 UTC
(In reply to comment #2)
> Fixed D2
> 
> https://github.com/D-Programming-Language/dmd/pull/1209

Also note that only alias is included in D2 changeset, since typedef is deprecated I haven't included a fix for it.
Comment 4 Kenji Hara 2013-11-24 19:58:41 UTC
D1 is not supported anymore.