www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5446] New: Ddoc doesn't output aliased and typedef'ed names

reply d-bugmail puremagic.com writes:
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



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: -------
Jan 11 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5446




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


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: -------
Oct 27 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
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



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: -------
Oct 27 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5446




11:08:11 PDT ---

 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: -------
Oct 27 2012