Thread overview
[Issue 2581] New: DDoc doesn't work for functions with auto return type.
Jan 11, 2009
d-bugmail
Jan 21, 2011
Walter Bright
January 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2581

           Summary: DDoc doesn't work for functions with auto return type.
           Product: D
           Version: 2.023
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ddoc
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: dsimcha@yahoo.com


Source:

/** I'm documented.*/
void foo() {}

/** Please document me.*/
auto bar(T)(T u) {
    return u;
}


DDoc output:
void foo();
    I'm documented.


-- 

January 20, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2581


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com
         AssignedTo|nobody@puremagic.com        |bugzilla@digitalmars.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 21, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2581


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2011-01-20 22:50:53 PST ---
http://www.dsource.org/projects/dmd/changeset/886

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