Bug 5446 – (D1 only) Ddoc doesn't output aliased and typedef'ed names

Status
RESOLVED
Resolution
WONTFIX
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
All
OS
All
Creation time
2011-01-11T17:05:00Z
Last change time
2013-11-24T19:58:41Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2011-01-11T17:05:34Z
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 by github-bugzilla — 2012-10-27T11:06:05Z
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 by yebblies — 2012-10-27T11:07:12Z
Comment #3 by andrej.mitrovich — 2012-10-27T11:08:11Z
(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 by k.hara.pg — 2013-11-24T19:58:41Z
D1 is not supported anymore.