February 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5553

           Summary: Tables get doubled with the new std.ddoc
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: jmdavisProg@gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisProg@gmx.com> 2011-02-08 21:16:11 PST ---
For some reason, the rows in the tables in the generated documentation get doubled with the new std.ddoc which Andrei has been working on for www.d-programming-language.org. For instance, look at opCmp on http://www.d-programming-language.org/phobos/std_datetime.html . It should have 3 rows, but it has 6.

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


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2011-09-09 00:44:28 PDT ---
It turns out that a comma was missing in the table, and that somehow caused it to double.

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