Thread overview
[Issue 5446] New: Ddoc doesn't output aliased and typedef'ed names
Jan 12, 2011
Andrej Mitrovic
[Issue 5446] (D1 only) Ddoc doesn't output aliased and typedef'ed names
Oct 27, 2012
yebblies
Oct 27, 2012
Andrej Mitrovic
January 12, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5446

           Summary: Ddoc doesn't output aliased and typedef'ed names
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-01-11 17:05:34 PST ---
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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5446



--- Comment #1 from github-bugzilla@puremagic.com 2012-10-27 11:06:05 PDT ---
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

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5446


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |yebblies@gmail.com
           Platform|Other                       |All
            Version|D1 & D2                     |D1
            Summary|Ddoc doesn't output aliased |(D1 only) Ddoc doesn't
                   |and typedef'ed names        |output aliased and
                   |                            |typedef'ed names
         OS/Version|Windows                     |All


--- Comment #2 from yebblies <yebblies@gmail.com> 2012-10-28 05:07:12 EST ---
Fixed D2

https://github.com/D-Programming-Language/dmd/pull/1209

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5446



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-10-27 11:08:11 PDT ---
(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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------